:root {
  color-scheme: light;
  --shell-radius-lg: 1.5rem;
  --shell-radius-xl: 1.9rem;
  --shell-radius-2xl: 2.25rem;
  --shell-shadow-card:
    0 22px 44px -30px rgba(31, 26, 23, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
  --shell-shadow-card-hover:
    0 30px 60px -34px rgba(31, 26, 23, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.78) inset;
  --shell-shadow-soft:
    0 14px 30px -24px rgba(31, 26, 23, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
  --shell-outline-soft: 1px solid rgba(230, 216, 209, 0.88);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at top left, rgba(200, 169, 81, 0.14), transparent 24rem),
    radial-gradient(circle at top right, rgba(139, 26, 26, 0.08), transparent 28rem),
    linear-gradient(180deg, #fffdfb 0%, #fcf9f8 42%, #f6eee7 100%);
  color: #1f1a17;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.18)),
    radial-gradient(rgba(200, 169, 81, 0.12) 0.7px, transparent 0.7px);
  background-size: auto, 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 70%);
  opacity: 0.32;
  z-index: -1;
}

body.drawer-open {
  overflow: hidden;
}

::selection {
  background: rgba(105, 0, 8, 0.16);
  color: #1f1a17;
}

a,
button {
  -webkit-tap-highlight-color: rgba(105, 0, 8, 0.12);
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

.sacred-mesh {
  background-image:
    radial-gradient(rgba(200, 169, 81, 0.22) 0.75px, transparent 0.75px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.25));
  background-size: 16px 16px, auto;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(200, 169, 81, 0.24), transparent 20rem),
    radial-gradient(circle at bottom left, rgba(139, 26, 26, 0.14), transparent 28rem),
    linear-gradient(135deg, #fffaf7 0%, #f8eee7 48%, #f1e1da 100%);
  border-bottom: 1px solid rgba(230, 216, 209, 0.9);
}

main section {
  position: relative;
}

main h1,
main h2,
main h3 {
  letter-spacing: -0.025em;
  text-wrap: balance;
}

main p,
main li {
  text-wrap: pretty;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  letter-spacing: 0.28em;
}

.eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 0, 8, 0.72), rgba(200, 169, 81, 0.68));
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.4), transparent 24rem);
  pointer-events: none;
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: auto -6rem -8rem auto;
  width: 22rem;
  height: 22rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(105, 0, 8, 0.08), transparent 70%);
  pointer-events: none;
}

.home-cinematic-shell {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 81, 0.14), transparent 22rem),
    linear-gradient(180deg, #130f11 0%, #1b1215 52%, #2a1714 100%);
}

.home-cinematic-shell::before {
  content: "";
  position: absolute;
  inset: auto auto -7rem -4rem;
  width: 18rem;
  height: 18rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(200, 169, 81, 0.12), transparent 70%);
  pointer-events: none;
}

.home-cinematic-image {
  filter: saturate(0.92) contrast(1.04) brightness(0.74);
}

.home-hero-stage {
  height: clamp(24rem, calc(100svh - 8.75rem), 31rem);
  min-height: 24rem;
}

.home-hero-stage-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: inherit;
}

.home-glass-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(14, 10, 12, 0.55);
  backdrop-filter: blur(20px);
}

.home-hero-lead {
  position: relative;
}

.home-hero-lead::after {
  content: "";
  position: absolute;
  inset: auto auto -1.75rem -1rem;
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(200, 169, 81, 0.12), transparent 72%);
  pointer-events: none;
}

.home-glass-tile {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.home-hero-tag,
.home-trust-chip {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.home-hero-cta-row a {
  min-width: min(100%, 12rem);
}

.home-hero-title {
  font-size: clamp(2.2rem, 4vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.home-hero-body {
  font-size: clamp(0.92rem, 1vw + 0.58rem, 1.05rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.home-hero-copy-card {
  position: relative;
}

.home-hero-copy-card-light {
  color: #1f1a17;
}

.home-hero-copy-card-light .home-hero-title,
.home-hero-copy-card-light .home-hero-body {
  color: inherit;
}

.home-bento-card,
.home-media-frame {
  position: relative;
}

.home-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17, 11, 11, 0.04), rgba(17, 11, 11, 0.42));
}

.home-deep-section {
  background:
    radial-gradient(circle at top left, rgba(200, 169, 81, 0.12), transparent 20rem),
    radial-gradient(circle at bottom right, rgba(139, 26, 26, 0.16), transparent 24rem),
    linear-gradient(180deg, #1e1414 0%, #261817 100%);
}

.home-dark-tile {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(10px);
}

.home-meal-panel {
  background:
    linear-gradient(180deg, rgba(98, 15, 18, 0.84), rgba(60, 8, 13, 0.9)),
    radial-gradient(circle at top right, rgba(200, 169, 81, 0.16), transparent 18rem);
}

.home-timeline-row {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.home-guide-feature {
  border: 1px solid #e6d8d1;
  background: rgba(255, 255, 255, 0.78);
}

.home-final-band {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 81, 0.16), transparent 18rem),
    linear-gradient(180deg, #1f1313 0%, #2a1715 100%);
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 5.9rem);
  }

  .home-hero-stage {
    height: 28.5rem;
    min-height: 28.5rem;
  }

  .home-hero-stage-inner {
    justify-content: flex-end;
    min-height: 100%;
    padding-top: 0 !important;
    padding-bottom: 1.2rem !important;
  }

  .home-hero-controls {
    position: static !important;
    border-top: 0 !important;
    background: rgba(12, 9, 10, 0.88) !important;
    backdrop-filter: blur(14px);
  }

  .home-hero-controls > div {
    gap: 0.7rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .home-hero-lead::after {
    display: none;
  }

  .home-hero-lead {
    gap: 0.85rem;
  }

  .home-hero-title {
    font-size: clamp(1.72rem, 6.9vw, 2.45rem);
    line-height: 1;
    text-shadow: none;
  }

  .home-hero-body {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.82rem;
    line-height: 1.42;
    text-shadow: none;
  }

  .home-hero-copy-card {
    width: 100%;
    max-width: none;
    padding: 0.9rem 0.9rem 0;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    box-shadow: none;
  }

  .home-hero-copy-card-dark {
    background:
      linear-gradient(180deg, rgba(17, 12, 14, 0) 0%, rgba(17, 12, 14, 0.18) 14%, rgba(17, 12, 14, 0.72) 42%, rgba(17, 12, 14, 0.92) 100%);
  }

  .home-hero-copy-card-light {
    background:
      linear-gradient(180deg, rgba(255, 251, 248, 0) 0%, rgba(255, 251, 248, 0.18) 14%, rgba(255, 249, 244, 0.74) 42%, rgba(255, 249, 244, 0.94) 100%);
  }

  .home-hero-copy-card .eyebrow {
    display: inline-flex;
    letter-spacing: 0.2em;
    font-size: 0.62rem;
  }

  .home-hero-copy-card .h-px {
    width: 1.45rem;
  }

  .home-hero-copy-card .eyebrow::before {
    display: none;
  }

  .home-hero-cta-row a {
    width: 100%;
  }

  .home-hero-inline-points {
    display: none;
  }

  .home-hero-tag {
    display: none;
  }

  .home-hero-copy-card .mt-6.flex,
  .home-hero-copy-card .home-hero-cta-row {
    gap: 0.55rem;
  }

  .home-hero-copy-card .mt-6.flex > a,
  .home-hero-copy-card .home-hero-cta-row > a {
    min-height: 2.7rem;
    padding: 0.72rem 0.95rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .home-hero-dot-row {
    margin-inline: -0.1rem;
    padding-inline: 0.1rem;
    scroll-snap-type: x proximity;
    width: 100%;
  }

  .home-hero-dot-row button {
    padding: 0.45rem 0.72rem;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
    scroll-snap-align: start;
  }

  [data-hero-counter] {
    font-size: 0.62rem !important;
    letter-spacing: 0.16em !important;
  }

  [data-hero-prev],
  [data-hero-next] {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }

  [data-hero-prev] .material-symbols-outlined,
  [data-hero-next] .material-symbols-outlined {
    font-size: 1rem !important;
  }

  .shell-floating-stack {
    gap: 0.55rem;
  }

  .shell-floating-location-button {
    width: 2.85rem;
    height: 2.85rem;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(222, 207, 198, 0.96);
    box-shadow:
      0 14px 24px -22px rgba(31, 26, 23, 0.24),
      0 1px 0 rgba(255, 255, 255, 0.86) inset;
  }

  .shell-floating-location-button::before {
    display: none;
  }

  .shell-floating-location-core {
    width: 1.68rem;
    height: 1.68rem;
    border-radius: 9999px;
    background: linear-gradient(180deg, #8f1917 0%, #690008 100%);
    box-shadow:
      0 10px 18px -14px rgba(92, 0, 8, 0.66),
      0 1px 0 rgba(255, 255, 255, 0.16) inset;
  }

  .shell-floating-location-button .material-symbols-outlined {
    font-size: 1rem;
    color: #ffffff;
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
  }

  #site-footer {
    margin-bottom: calc(env(safe-area-inset-bottom, 0px) + 5.9rem);
  }
}

@media (min-width: 768px) {
  .home-hero-stage {
    height: clamp(25rem, calc(100svh - 9.25rem), 30rem);
    min-height: 25rem;
  }
}

@media (min-width: 1024px) {
  .home-hero-stage {
    height: clamp(27rem, calc(100svh - 9.5rem), 31rem);
    min-height: 27rem;
  }
}

.hero-media-card {
  border: 1px solid rgba(230, 216, 209, 0.72);
  position: relative;
  box-shadow:
    0 34px 70px -42px rgba(31, 26, 23, 0.46),
    0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.hero-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(23, 14, 14, 0.18)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 45%);
  pointer-events: none;
}

.page-highlight-chip {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 242, 238, 0.92)),
    #fff;
  border: 1px solid #eaded8;
  box-shadow: var(--shell-shadow-soft);
  border-radius: 1.35rem;
}

.section-card h1,
.section-card h2,
.section-card h3,
.page-highlight-chip,
.quote-card {
  overflow-wrap: anywhere;
}

.page-cta-band {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 81, 0.16), transparent 18rem),
    radial-gradient(circle at bottom left, rgba(124, 9, 18, 0.18), transparent 20rem),
    linear-gradient(180deg, #1c1212 0%, #291716 100%);
  border-top: 1px solid rgba(200, 169, 81, 0.12);
  border-bottom: 1px solid rgba(200, 169, 81, 0.08);
  overflow: hidden;
}

.page-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(200, 169, 81, 0.08), transparent 18rem);
}

.section-card {
  position: relative;
  border: var(--shell-outline-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 248, 245, 0.92)),
    #ffffff;
  backdrop-filter: blur(14px);
  box-shadow: var(--shell-shadow-card);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.section-card h2,
.section-card h3 {
  line-height: 1.08;
}

.section-card p,
.quote-card p,
.page-highlight-chip p {
  line-height: 1.7;
}

.section-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 30%);
  opacity: 0.8;
  pointer-events: none;
}

.section-card:hover {
  border-color: rgba(200, 169, 81, 0.45);
  box-shadow: var(--shell-shadow-card-hover);
  transform: translateY(-3px);
}

.section-card > * {
  position: relative;
  z-index: 1;
}

.section-card .material-symbols-outlined,
.page-highlight-chip .material-symbols-outlined,
.quote-card .material-symbols-outlined {
  flex-shrink: 0;
}

.shell-link {
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.shell-link:hover {
  transform: translateY(-1px);
}

#site-header {
  border-bottom: 1px solid rgba(230, 216, 209, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 254, 252, 0.94), rgba(255, 250, 247, 0.86));
  backdrop-filter: blur(18px);
  box-shadow:
    0 16px 34px -26px rgba(31, 26, 23, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.shell-mainbar {
  min-height: 5.35rem;
}

.shell-brand {
  transition: transform 180ms ease;
}

.shell-brand:hover {
  transform: translateY(-1px);
}

.shell-logo-mark {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 81, 0.22), transparent 70%),
    linear-gradient(180deg, #8b1a1a, #690008);
}

.shell-brand-title {
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.shell-brand-meta {
  letter-spacing: 0.18em;
  line-height: 1.2;
}

@media (max-width: 639px) {
  .shell-mainbar {
    min-height: 4.5rem;
  }

  .shell-brand {
    gap: 0.75rem;
    padding-right: 0;
  }

  .shell-brand-title {
    font-size: 1rem;
    line-height: 1.15;
  }
}

.shell-main-nav {
  gap: 1.5rem;
}

.shell-action-icon {
  font-size: 1rem;
  line-height: 1;
}

.shell-whatsapp-logo {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.shell-floating-whatsapp-button {
  box-shadow:
    0 20px 44px -24px rgba(31, 26, 23, 0.44),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
  animation: whatsapp-float 3.8s ease-in-out infinite;
}

.shell-nav-link {
  align-items: center;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  min-height: 46px;
  padding: 0.75rem 0;
  text-transform: uppercase;
}

.shell-nav-link-active {
  border-color: #c8a951;
  color: #690008;
}

.shell-nav-link-inactive {
  color: #6f5a57;
}

.shell-nav-link-inactive:hover {
  color: #690008;
}

.shell-ghost-cta,
.shell-outline-cta,
.shell-whatsapp-cta,
.shell-primary-cta,
.shell-footer-call,
.shell-footer-whatsapp,
.shell-mobile-cta,
.shell-mobile-nav-link,
.shell-menu-button,
#mobile-sticky-cta a.focus-ring,
#floating-whatsapp a.focus-ring,
main a.focus-ring[class*="rounded-full"],
main a.focus-ring[class*="rounded-2xl"],
main button.focus-ring[class*="rounded-full"],
main button.focus-ring[class*="rounded-2xl"] {
  align-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1.2;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  text-wrap: balance;
  box-shadow:
    0 16px 30px -20px rgba(31, 26, 23, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    filter 180ms ease;
}

#site-header a.focus-ring.flex,
#site-header button.focus-ring.flex,
#site-footer a.focus-ring.flex,
#site-footer button.focus-ring.flex,
#mobile-drawer a.focus-ring.flex,
#mobile-drawer button.focus-ring.flex,
#mobile-sticky-cta a.focus-ring.flex,
main a.focus-ring.flex[class*="rounded-full"],
main a.focus-ring.flex[class*="rounded-2xl"],
main button.focus-ring.flex[class*="rounded-full"],
main button.focus-ring.flex[class*="rounded-2xl"] {
  display: flex;
}

#site-header a.focus-ring.block,
#site-header button.focus-ring.block,
#site-footer a.focus-ring.block,
#site-footer button.focus-ring.block,
#mobile-drawer a.focus-ring.block,
#mobile-drawer button.focus-ring.block,
#mobile-sticky-cta a.focus-ring.block,
main a.focus-ring.block[class*="rounded-full"],
main a.focus-ring.block[class*="rounded-2xl"],
main button.focus-ring.block[class*="rounded-full"],
main button.focus-ring.block[class*="rounded-2xl"] {
  display: flex;
  width: 100%;
}

.shell-ghost-cta:hover,
.shell-outline-cta:hover,
.shell-whatsapp-cta:hover,
.shell-primary-cta:hover,
.shell-footer-call:hover,
.shell-footer-whatsapp:hover,
.shell-mobile-cta:hover,
.shell-mobile-nav-link:hover,
.shell-menu-button:hover,
#mobile-sticky-cta a.focus-ring:hover,
#floating-whatsapp a.focus-ring:hover,
main a.focus-ring[class*="rounded-full"]:hover,
main a.focus-ring[class*="rounded-2xl"]:hover,
main button.focus-ring[class*="rounded-full"]:hover,
main button.focus-ring[class*="rounded-2xl"]:hover {
  box-shadow:
    0 22px 38px -22px rgba(31, 26, 23, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.28) inset;
  filter: saturate(1.04);
}

#site-header .shell-action-icon,
#site-footer .shell-action-icon,
#mobile-drawer .shell-action-icon,
#mobile-sticky-cta .shell-action-icon {
  opacity: 0.94;
}

.shell-ghost-cta,
.shell-outline-cta,
.shell-whatsapp-cta,
.shell-primary-cta {
  align-items: center;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 50px;
  padding: 0.9rem 1.24rem;
  text-transform: uppercase;
}

.shell-ghost-cta:hover,
.shell-outline-cta:hover,
.shell-whatsapp-cta:hover,
.shell-primary-cta:hover {
  transform: translateY(-1px);
}

.shell-ghost-cta {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 242, 237, 0.96));
  border-color: #ead9d0;
  color: #690008;
}

.shell-outline-cta {
  background: linear-gradient(180deg, #325d84 0%, #1e4161 100%);
  border-color: rgba(24, 58, 89, 0.42);
  color: #ffffff;
}

.shell-whatsapp-cta {
  background: linear-gradient(180deg, #28d466 0%, #1ca44d 100%);
  border-color: rgba(19, 117, 59, 0.34);
  color: #ffffff;
}

.shell-primary-cta {
  background: linear-gradient(180deg, #a1201b 0%, #7d0f12 56%, #5d0008 100%);
  border-color: rgba(92, 0, 8, 0.38);
  color: #ffffff;
}

.shell-menu-button {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 242, 238, 0.92)),
    #fff;
  border-color: #eaded8;
  color: #690008;
}

.shell-mobile-nav-link,
.shell-mobile-cta {
  background: rgba(255, 255, 255, 0.92);
  border-color: #e6d8d1;
  border-radius: 1.1rem;
  color: #1f1a17;
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  min-height: 48px;
  padding: 0.95rem 1rem;
  text-transform: uppercase;
}

.shell-drawer-panel {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 81, 0.12), transparent 18rem),
    linear-gradient(180deg, #fffdfa 0%, #f8f1eb 100%);
}

.shell-drawer-note {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 242, 238, 0.9)),
    #fff;
  border: 1px solid #eaded8;
}

.shell-footer-simple {
  background:
    radial-gradient(circle at top left, rgba(200, 169, 81, 0.1), transparent 20rem),
    radial-gradient(circle at bottom right, rgba(200, 169, 81, 0.06), transparent 18rem),
    linear-gradient(180deg, #1f1917 0%, #231c19 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.shell-footer-simple-section {
  position: relative;
}

.shell-footer-simple-section::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 1px;
  margin-bottom: 0.7rem;
  background: linear-gradient(90deg, rgba(200, 169, 81, 0.92), rgba(200, 169, 81, 0));
}

.shell-footer-brand-column::before {
  display: none;
}

.shell-footer-simple-mark {
  background:
    radial-gradient(circle at top, rgba(200, 169, 81, 0.14), transparent 75%),
    rgba(200, 169, 81, 0.08);
  border: 1px solid rgba(200, 169, 81, 0.22);
  color: #c8a951;
  box-shadow:
    0 14px 28px -22px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.shell-footer-simple-title {
  color: #c8a951;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shell-footer-simple-copy {
  color: rgba(255, 255, 255, 0.52);
  text-wrap: pretty;
}

.shell-footer-map-link,
.shell-footer-simple-link,
.shell-footer-contact-row {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.shell-footer-map-link:hover,
.shell-footer-simple-link:hover,
.shell-footer-contact-row:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.shell-footer-simple-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 0.92rem;
  line-height: 1.3;
  padding-left: 0.05rem;
}

.shell-footer-simple-link::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.55rem;
  border-radius: 9999px;
  background: rgba(200, 169, 81, 0.78);
  box-shadow: 0 0 0 4px rgba(200, 169, 81, 0.08);
  flex-shrink: 0;
}

.shell-footer-simple-item {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.3;
}

.shell-footer-simple-item .material-symbols-outlined {
  color: #c8a951;
  font-size: 1rem;
}

.shell-footer-contact-row {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  width: fit-content;
  font-size: 0.92rem;
  line-height: 1.3;
  padding: 0.05rem 0;
}

.shell-footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 9999px;
  border: 1px solid rgba(200, 169, 81, 0.3);
  background: rgba(200, 169, 81, 0.06);
  color: #c8a951;
  font-size: 1rem;
  flex-shrink: 0;
}

.shell-footer-mini {
  align-items: center;
  min-height: 0;
}

.shell-footer-mini-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 9999px;
  border: 1px solid rgba(200, 169, 81, 0.22);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.shell-footer-mini-action:hover {
  color: #ffffff;
  border-color: rgba(200, 169, 81, 0.52);
  background: rgba(200, 169, 81, 0.08);
  transform: translateY(-1px);
}

.shell-footer-mini-action .material-symbols-outlined {
  font-size: 1rem;
}

#site-footer {
  position: relative;
  z-index: 1;
  background: #231c19;
}

@media (max-width: 639px) {
  .shell-footer-mini {
    align-items: flex-start;
  }

  .shell-footer-simple-section::before {
    margin-bottom: 0.65rem;
  }

  .shell-footer-simple-link,
  .shell-footer-contact-row {
    width: 100%;
  }
}

a.focus-ring.bg-primary,
button.focus-ring.bg-primary,
a.focus-ring[class*=" bg-primary "],
button.focus-ring[class*=" bg-primary "] {
  background:
    radial-gradient(circle at top, rgba(200, 169, 81, 0.18), transparent 80%),
    linear-gradient(180deg, #a1201b 0%, #7d0f12 56%, #5d0008 100%);
  border-color: rgba(92, 0, 8, 0.38);
  color: #ffffff;
}

a.focus-ring.bg-info,
button.focus-ring.bg-info,
a.focus-ring[class*=" bg-info "],
button.focus-ring[class*=" bg-info "] {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 80%),
    linear-gradient(180deg, #335d83 0%, #1f4261 100%);
  border-color: rgba(24, 58, 89, 0.42);
  color: #ffffff;
}

a.focus-ring.bg-success,
button.focus-ring.bg-success,
a.focus-ring[class*=" bg-success "],
button.focus-ring[class*=" bg-success "] {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 80%),
    linear-gradient(180deg, #28d466 0%, #1ca44d 100%);
  border-color: rgba(19, 117, 59, 0.34);
  color: #ffffff;
}

a.focus-ring.bg-white,
button.focus-ring.bg-white,
a.focus-ring[class*=" bg-white "],
button.focus-ring[class*=" bg-white "] {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f1eb 100%);
  border-color: #eaded8;
  color: #690008;
}

a.focus-ring.border.border-line,
button.focus-ring.border.border-line,
a.focus-ring.border.border-primary,
button.focus-ring.border.border-primary,
a.focus-ring[class*="border-white/20"],
button.focus-ring[class*="border-white/20"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 238, 0.95)),
    #fff;
  color: #1f1a17;
}

main .grid[class*="md:grid-cols-3"] > .section-card,
main .grid[class*="xl:grid-cols-3"] > .section-card,
main .grid[class*="md:grid-cols-2"] > .section-card,
main .grid[class*="xl:grid-cols-4"] > .section-card {
  height: auto;
}

.section-card,
.quote-card,
.page-highlight-chip,
.shell-footer-link,
.shell-contact-chip {
  width: 100%;
  height: auto;
}

.room-card-actions {
  align-items: stretch;
}

.room-card-actions > a {
  min-width: 0;
}

.room-card-primary,
.room-card-secondary {
  min-height: 3.35rem;
  padding-inline: 1.1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.28;
  text-transform: uppercase;
}

.room-card-primary {
  box-shadow:
    0 18px 34px -24px rgba(31, 26, 23, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

.room-card-secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 238, 0.95)),
    #fff;
}

a.focus-ring.border.border-line,
button.focus-ring.border.border-line {
  border-color: #e7d8cf;
}

a.focus-ring.border.border-primary,
button.focus-ring.border.border-primary {
  border-color: rgba(105, 0, 8, 0.28);
  color: #690008;
}

a.focus-ring[class*="border-white/20"],
button.focus-ring[class*="border-white/20"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  box-shadow:
    0 18px 32px -22px rgba(10, 8, 9, 0.42),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
}

#site-header a.focus-ring,
#site-header button.focus-ring,
#site-footer a.focus-ring,
#site-footer button.focus-ring,
#mobile-drawer a.focus-ring,
#mobile-drawer button.focus-ring,
#mobile-sticky-cta a.focus-ring,
#floating-whatsapp a.focus-ring,
main a.focus-ring[class*="rounded-full"],
main a.focus-ring[class*="rounded-2xl"],
main button.focus-ring[class*="rounded-full"],
main button.focus-ring[class*="rounded-2xl"] {
  min-height: 48px;
  min-width: 48px;
  user-select: none;
}

#site-header a.focus-ring:active,
#site-header button.focus-ring:active,
#site-footer a.focus-ring:active,
#site-footer button.focus-ring:active,
#mobile-drawer a.focus-ring:active,
#mobile-drawer button.focus-ring:active,
#mobile-sticky-cta a.focus-ring:active,
#floating-whatsapp a.focus-ring:active,
main a.focus-ring[class*="rounded-full"]:active,
main a.focus-ring[class*="rounded-2xl"]:active,
button:active {
  transform: translateY(1px) scale(0.985);
}

#site-header .focus-ring:hover,
#site-footer .focus-ring:hover,
#mobile-drawer .focus-ring:hover,
#mobile-sticky-cta .focus-ring:hover,
#floating-whatsapp .focus-ring:hover,
main .focus-ring[class*="rounded-full"]:hover,
main .focus-ring[class*="rounded-2xl"]:hover {
  transform: translateY(-2px);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 80;
  transform: translateY(-180%);
  border-radius: 9999px;
  background: #690008;
  color: #ffffff;
  padding: 0.85rem 1.15rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.focus-ring:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(105, 0, 8, 0.45);
  outline-offset: 2px;
}

#site-overlay {
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

#mobile-drawer {
  transform: translateX(100%);
  transition: transform 220ms ease;
}

body.drawer-open #site-overlay {
  opacity: 1;
  visibility: visible;
}

body.drawer-open #mobile-drawer {
  transform: translateX(0);
}

.safe-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem);
}

#floating-whatsapp {
  bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem);
  right: 1rem;
  z-index: 35;
}

.shell-floating-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.shell-floating-location-button {
  position: relative;
  background:
    radial-gradient(circle at top, rgba(200, 169, 81, 0.2), transparent 72%),
    linear-gradient(180deg, #fffefd 0%, #f7eee7 100%);
  border: 1px solid rgba(226, 210, 201, 0.92);
  box-shadow:
    0 18px 34px -24px rgba(31, 26, 23, 0.32),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
}

.shell-floating-location-button::before {
  content: "";
  position: absolute;
  inset: 0.28rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
  opacity: 0.95;
  pointer-events: none;
}

.shell-floating-location-core {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.2), transparent 70%),
    linear-gradient(180deg, #8f1917 0%, #690008 100%);
  box-shadow:
    0 14px 24px -18px rgba(92, 0, 8, 0.72),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
}

.shell-floating-location-button .material-symbols-outlined {
  font-size: 1.28rem;
  color: #ffffff;
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}

.shell-mobile-bottom-bar {
  display: none;
}

@media (min-width: 640px) {
  #floating-whatsapp {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 1.25rem);
    right: 1.25rem;
  }
}

.seasonal-banner {
  background:
    linear-gradient(135deg, rgba(139, 26, 26, 0.94), rgba(105, 0, 8, 0.96)),
    radial-gradient(circle at top right, rgba(200, 169, 81, 0.18), transparent 14rem);
}

.home-hero-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(200, 169, 81, 0.16), transparent 22rem),
    #2a1514;
}

.home-photo-card {
  position: relative;
  overflow: hidden;
}

.home-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 26, 23, 0.08), rgba(31, 26, 23, 0.5));
  pointer-events: none;
}

.soft-ornament {
  position: relative;
}

.soft-ornament::before {
  content: "";
  position: absolute;
  inset: auto auto -1.5rem -1.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(200, 169, 81, 0.12), transparent 70%);
  pointer-events: none;
}

.quote-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 238, 0.96)),
    #fff;
  border: var(--shell-outline-soft);
  box-shadow: var(--shell-shadow-soft);
}

.section-card .rounded-\[1\.25rem\],
.section-card .rounded-\[1\.35rem\],
.section-card .rounded-\[1\.5rem\] {
  border: 1px solid rgba(230, 216, 209, 0.72);
  box-shadow:
    0 12px 22px -20px rgba(31, 26, 23, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.68) inset;
}

.section-card .bg-surface-soft,
.section-card [class*="bg-surface-soft"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 239, 234, 0.92)),
    #f8f2ee;
}

.section-card .bg-white,
.section-card [class*="bg-white"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 243, 238, 0.96)),
    #fff;
}

.page-highlight-chip,
.quote-card,
.shell-footer-link,
.shell-contact-chip {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.page-highlight-chip:hover,
.quote-card:hover,
.shell-footer-link:hover,
.shell-contact-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 169, 81, 0.42);
  box-shadow:
    0 22px 36px -28px rgba(31, 26, 23, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.76) inset;
}

.reveal-up {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 560ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-up-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-card,
.quote-card,
.shell-footer-link,
.shell-contact-chip,
.page-highlight-chip,
.hero-media-card {
  transform-origin: center bottom;
}

.section-card:hover .material-symbols-outlined,
.shell-footer-link:hover .shell-footer-link-icon,
.shell-contact-chip:hover .material-symbols-outlined {
  transform: translateY(-1px) scale(1.03);
}

.section-card .material-symbols-outlined,
.shell-footer-link .shell-footer-link-icon,
.shell-contact-chip .material-symbols-outlined {
  transition: transform 180ms ease, opacity 180ms ease;
}

@keyframes whatsapp-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

#exit-intent-root {
  pointer-events: none;
}

.exit-intent-backdrop,
.exit-intent-modal {
  opacity: 0;
  transition: opacity 200ms ease, transform 220ms ease, visibility 200ms ease;
  visibility: hidden;
}

.exit-intent-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(31, 26, 23, 0.6);
  backdrop-filter: blur(8px);
}

.exit-intent-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 61;
  width: min(92vw, 38rem);
  transform: translate(-50%, -47%);
}

body.exit-intent-open {
  overflow: hidden;
}

body.exit-intent-open #exit-intent-root {
  pointer-events: auto;
}

body.exit-intent-open .exit-intent-backdrop,
body.exit-intent-open .exit-intent-modal {
  opacity: 1;
  visibility: visible;
}

body.exit-intent-open .exit-intent-modal {
  transform: translate(-50%, -50%);
}

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

  .shell-floating-whatsapp-button {
    animation: none;
  }

  .reveal-up,
  .reveal-up-visible {
    opacity: 1 !important;
    transform: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (hover: none) {
  .section-card:hover,
  .shell-link:hover,
  .shell-brand:hover,
  .shell-ghost-cta:hover,
  .shell-outline-cta:hover,
  .shell-whatsapp-cta:hover,
  .shell-primary-cta:hover,
  .shell-footer-call:hover,
  .shell-footer-whatsapp:hover,
  .shell-mobile-cta:hover,
  .shell-mobile-nav-link:hover,
  .shell-menu-button:hover,
  #mobile-sticky-cta a.focus-ring:hover,
  #floating-whatsapp a.focus-ring:hover,
  main .focus-ring[class*="rounded-full"]:hover,
  main .focus-ring[class*="rounded-2xl"]:hover {
    transform: none;
  }

  .shell-floating-whatsapp-button {
    animation: none;
  }
}

@media (max-width: 767px) {
  #floating-whatsapp {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 5.9rem);
  }

  .shell-mobile-bottom-bar {
    display: block;
    position: fixed;
    inset: auto 0 0 0;
    z-index: 34;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(230, 216, 209, 0.92);
    box-shadow: 0 -18px 36px -28px rgba(31, 26, 23, 0.28);
    backdrop-filter: blur(12px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .eyebrow {
    gap: 0.45rem;
    letter-spacing: 0.22em;
  }

  .eyebrow::before {
    width: 1.1rem;
  }

  .section-card:hover,
  .page-highlight-chip:hover,
  .quote-card:hover,
  .shell-footer-link:hover,
  .shell-contact-chip:hover {
    transform: none;
  }

  .shell-ghost-cta,
  .shell-outline-cta,
  .shell-whatsapp-cta,
  .shell-primary-cta,
  .shell-footer-call,
  .shell-footer-whatsapp,
  .shell-mobile-cta,
  .shell-mobile-nav-link,
  .shell-menu-button,
  #mobile-sticky-cta a.focus-ring,
  #floating-whatsapp a.focus-ring,
  main a.focus-ring[class*="rounded-full"],
  main a.focus-ring[class*="rounded-2xl"],
  main button.focus-ring[class*="rounded-full"],
  main button.focus-ring[class*="rounded-2xl"] {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    line-height: 1.35;
    padding-inline: 1rem;
  }

  .room-card-primary,
  .room-card-secondary {
    min-height: 3.15rem;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    padding-inline: 0.9rem;
  }

}
