@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #10232d;
  --ink-deep: #07171f;
  --ink-soft: #4f616b;
  --paper: #ffffff;
  --soft: #f4f6f3;
  --soft-green: #eef4e8;
  --line: #d9dfdb;
  --purple: #6334a8;
  --purple-dark: #472279;
  --lime: #d2d600;
  --lime-dark: #909500;
  --green: #88b56a;
  --yellow: #f4c84d;
  --shadow: 0 24px 64px rgba(7, 23, 31, .14);
  --shadow-soft: 0 14px 36px rgba(7, 23, 31, .11);
  --radius: 0;
  --header-primary: 86px;
  --header-nav: 0px;
  --header-total: calc(var(--header-primary) + var(--header-nav));
  --site-width: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-total) + 1rem); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Poppins", "Open Sans", Calibri, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
figure, p, h1, h2, h3, h4, ul { margin: 0; }
ul { padding: 0; list-style: none; }
address { font-style: normal; }

h1, h2, h3, h4 {
  line-height: 1.12;
  letter-spacing: -.035em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.8rem, 6vw, 6.4rem); font-weight: 800; }
h2 { font-size: clamp(2.25rem, 3.4vw, 4.75rem); font-weight: 800; }
h3 { font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 750; }

.site-width { width: min(calc(100% - 3rem), var(--site-width)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink-deep); color: var(--paper); }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: .75rem;
  left: .75rem;
  padding: .8rem 1rem;
  background: var(--paper);
  color: var(--ink-deep);
  border: 2px solid var(--purple);
  transform: translateY(-180%);
  text-decoration: none;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }

.eyebrow {
  margin-bottom: 1rem;
  color: var(--purple-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow-light { color: #e6e85f; }
.mini-label {
  color: var(--purple-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .82rem 1.35rem;
  border: 2px solid transparent;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .025em;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-solid { background: var(--purple); color: #fff; border-color: var(--purple); }
.button-solid:hover { background: var(--purple-dark); border-color: var(--purple-dark); }
.button-lime { background: var(--lime); color: var(--ink-deep); border-color: var(--lime); }
.button-lime:hover { background: #e3e600; border-color: #e3e600; }
.button-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.button-outline:hover { background: #fff; color: var(--ink-deep); }
.button-secondary { background: var(--ink); color: #fff; border-color: var(--ink); }
.button-secondary:hover { background: var(--ink-deep); border-color: var(--ink-deep); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--purple-dark);
  text-decoration: none;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
  padding-bottom: .18rem;
}
.text-link:hover { color: var(--ink-deep); }

/* SVG artwork and icons are referenced from the stylesheet so page source stays clean. */
.brand-logo {
  width: 164px;
  height: 68px;
  display: block;
  background: center / contain no-repeat url('../images/spark-logo.svg');
}
.brand-logo-light { filter: brightness(0) invert(1); width: 172px; }
.ui-icon, .social-icon, .amenity-symbol {
  display: inline-block;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.ui-icon { width: 1.15rem; height: 1.15rem; }
.icon-phone { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.56 2.81.69A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.69 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.33 1.85.56 2.81.69A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); }
.icon-chevron-left { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m15 18-6-6 6-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m15 18-6-6 6-6'/%3E%3C/svg%3E"); }
.icon-chevron-right { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m9 18 6-6-6-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m9 18 6-6-6-6'/%3E%3C/svg%3E"); }
.icon-chevron-down { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); }
.icon-chevron-up { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m6 15 6-6 6 6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m6 15 6-6 6 6'/%3E%3C/svg%3E"); }
.icon-pause { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='3' stroke-linecap='round' d='M8 5v14M16 5v14'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='3' stroke-linecap='round' d='M8 5v14M16 5v14'/%3E%3C/svg%3E"); }
.icon-play { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8 5 11 7-11 7z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8 5 11 7-11 7z'/%3E%3C/svg%3E"); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.98);
  box-shadow: 0 1px 0 rgba(16,35,45,.12);
  transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(7,23,31,.12); }
.header-primary { height: var(--header-primary); background: #fff; }
.header-primary-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.header-phone {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .55rem 1rem;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}
.header-phone:hover { border-color: var(--purple); background: #f7f3fc; }
.header-phone .ui-icon { width: 1.25rem; height: 1.25rem; color: var(--purple); }
.phone-copy { display: grid; line-height: 1.15; }
.phone-copy small { color: var(--ink-soft); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.phone-copy strong { margin-top: .2rem; font-size: .88rem; }
.header-book { min-width: 126px; }
.menu-toggle { display: none; min-width: 72px; min-height: 50px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.menu-lines { width: 22px; display: grid; gap: 5px; }
.menu-lines span { height: 2px; background: currentColor; }
.menu-label { font-size: .8rem; font-weight:600; text-transform: uppercase; }
.desktop-nav { height: var(--header-nav); background: var(--ink-deep); color: #fff; }
.desktop-nav .site-width { height: 100%; }
.desktop-nav ul { height: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(.5rem, 1.25vw, 1.6rem); }
.desktop-nav li { height: 100%; }
.desktop-nav a {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  color: rgba(255,255,255,.84);
  text-decoration: none;
  font-size: clamp(.68rem, .8vw, .79rem);
  font-weight: 750;
  letter-spacing: .025em;
  white-space: nowrap;
}
.nav-mark { width: .46rem; height: .46rem; border: 1px solid var(--lime); transform: rotate(45deg); transition: background-color .2s ease, transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: #fff; }
.desktop-nav a:hover .nav-mark, .desktop-nav a[aria-current="page"] .nav-mark { background: var(--lime); transform: rotate(0deg); }
.mobile-nav-backdrop, .mobile-nav { display: none; }


/* Single-row header revision: logo | menu | phone | book now */
.header-primary-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2.25vw, 2.75rem);
}
.header-primary-inner > .brand { justify-self: start; }
.header-primary-inner > .desktop-nav {
  min-width: 0;
  height: 100%;
  background: transparent;
  color: var(--ink);
}
.header-primary-inner > .desktop-nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.header-primary-inner > .desktop-nav li { height: 100%; }
.header-primary-inner > .desktop-nav a {
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  color: #263942;
  text-decoration: none;
  font-size: clamp(1rem, .72vw, .78rem);
  font-weight: 600;
  letter-spacing: .005em;
  white-space: nowrap;
  transition: color .2s ease;
}
.header-primary-inner > .desktop-nav .nav-mark {
  width: .42rem;
  height: .42rem;
  border-color: var(--purple);
}
.header-primary-inner > .desktop-nav a:hover,
.header-primary-inner > .desktop-nav a[aria-current="page"] { color: var(--purple-dark); }
.header-primary-inner > .desktop-nav a:hover .nav-mark,
.header-primary-inner > .desktop-nav a[aria-current="page"] .nav-mark {
  background: var(--purple);
  transform: rotate(0deg);
}
.header-actions { justify-self: end; flex-wrap: nowrap; }
.header-phone {
  min-height: 54px;
  padding: .55rem 1.05rem;
  border: 1px solid #cbd8c3;
  background: linear-gradient(135deg, #f7faf4, var(--soft-green));
  box-shadow: 0 7px 20px rgba(16,35,45,.06);
}
.header-phone:hover {
  border-color: var(--purple);
  background: #f6f1fb;
  box-shadow: 0 10px 24px rgba(99,52,168,.11);
}
.header-phone .phone-copy strong { font-size: .86rem; letter-spacing: -.01em; }
.header-book { min-height: 54px; min-width: 120px; }

/* Image-only slideshow */
.hero { position: relative; height: calc(100svh - var(--header-total)); min-height: 520px; max-height: 900px; overflow: hidden; background: var(--ink-deep); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity 1.05s ease, visibility 1.05s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); }
.hero-slide img { will-change: transform, filter; }
.hero-slide.is-active { animation: heroFade 1.05s ease both; }
.hero-slide:nth-child(2).is-active,
.hero-slide:nth-child(6).is-active { animation-name: heroRevealRight; }
.hero-slide:nth-child(3).is-active,
.hero-slide:nth-child(7).is-active { animation-name: heroRevealLeft; }
.hero-slide:nth-child(4).is-active,
.hero-slide:nth-child(8).is-active { animation-name: heroRevealUp; }
.hero-slide:nth-child(5).is-active { animation-name: heroSoftFocus; }
.hero-slide:nth-child(1).is-active img { animation: heroZoomIn 6.4s ease-out both; }
.hero-slide:nth-child(2).is-active img { animation: heroPanRight 6.4s ease-out both; }
.hero-slide:nth-child(3).is-active img { animation: heroPanLeft 6.4s ease-out both; }
.hero-slide:nth-child(4).is-active img { animation: heroRise 6.4s ease-out both; }
.hero-slide:nth-child(5).is-active img { animation: heroZoomOut 6.4s ease-out both; }
.hero-slide:nth-child(6).is-active img { animation: heroDriftDown 6.4s ease-out both; }
.hero-slide:nth-child(7).is-active img { animation: heroDiagonal 6.4s ease-out both; }
.hero-slide:nth-child(8).is-active img { animation: heroMeetingFocus 6.4s ease-out both; }
.hero-controls {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  z-index: 2;
  display: flex;
  gap: .5rem;
  padding: .45rem;
  background: rgba(7,23,31,.72);
  backdrop-filter: blur(10px);
}
.slider-control {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.slider-control:hover { background: var(--lime); color: var(--ink-deep); border-color: var(--lime); }
.slider-pause .play-symbol { display: none; }
.slider-pause[aria-pressed="true"] .pause-symbol { display: none; }
.slider-pause[aria-pressed="true"] .play-symbol { display: inline-block; }

/* Welcome */
.welcome-layout { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); gap: clamp(3.5rem, 7vw, 7rem); align-items: start; }
.welcome-visual { position: sticky; top: calc(var(--header-total) + 2rem); min-height: 680px; }
.welcome-main-image { position: absolute; inset: 0 10% 12% 0; overflow: hidden; }
.welcome-small-image { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 1/1.05; border: .75rem solid #fff; box-shadow: var(--shadow); overflow: hidden; }
.welcome-main-image img, .welcome-small-image img { width: 100%; height: 100%; object-fit: cover; }
.welcome-copy h1 { font-size: clamp(2.55rem, 4vw, 5rem); }
.welcome-summary { margin-top: 2rem; display: grid; gap: 1.1rem; color: var(--ink-soft); }
.welcome-summary p:first-child { color: var(--ink); font-size: 1.05rem; font-weight: 600; }
.scroll-panel { max-height: 0; overflow: hidden; opacity: 0; margin-top: 0; padding-right: 1rem; color: var(--ink-soft); transition: max-height .45s ease, opacity .3s ease, margin-top .3s ease; }
.scroll-panel.is-expanded { max-height: 430px; overflow-y: auto; opacity: 1; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.scroll-panel p + p { margin-top: 1rem; }
.scroll-panel:focus-visible { outline-offset: 4px; }
.read-more { margin-top: 1.5rem; display: inline-flex; align-items: center; gap: .7rem; padding: .65rem 0; border: 0; border-bottom: 2px solid var(--purple); background: transparent; color: var(--purple-dark); font-weight: 800; cursor: pointer; }
.read-more .ui-icon { transition: transform .25s ease; }
.read-more[aria-expanded="true"] .ui-icon { transform: rotate(180deg); }

/* Amenities */
.amenities-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.amenities-mosaic { height: 690px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr .9fr; gap: .9rem; }
.amenity-photo { overflow: hidden; background: #dce2dd; }
.amenity-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.amenity-photo:hover img { transform: scale(1.035); }
.photo-a { grid-row: 1 / 3; }
.photo-b { grid-column: 2; grid-row: 1; }
.photo-c { grid-column: 2; grid-row: 2; }
.amenities-mosaic { position: relative; }
.amenities-copy h2 { margin-bottom: 2.2rem; }
.amenities-icon-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.5rem; border-top: 1px solid var(--line); }
.amenities-icon-list li { min-height: 88px; display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); }
.amenity-symbol { width: 2rem; height: 2rem; color: var(--purple); }
.amenities-icon-list h3 { font-size: 1rem; letter-spacing: -.015em; }
.amenities-copy .text-link { margin-top: 2rem; }
.icon-breakfast { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M4 10h13v4a6 6 0 0 1-6 6H10a6 6 0 0 1-6-6v-4Zm13 2h1.5a2.5 2.5 0 0 1 0 5H17M7 4v3M11 3v4M15 4v3M3 20h17'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M4 10h13v4a6 6 0 0 1-6 6H10a6 6 0 0 1-6-6v-4Zm13 2h1.5a2.5 2.5 0 0 1 0 5H17M7 4v3M11 3v4M15 4v3M3 20h17'/%3E%3C/svg%3E"); }
.icon-pool { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 17c1.5-1.2 3-1.2 4.5 0s3 1.2 4.5 0 3-1.2 4.5 0 3 1.2 4.5 0M3 21c1.5-1.2 3-1.2 4.5 0s3 1.2 4.5 0 3-1.2 4.5 0 3 1.2 4.5 0M7 13V5a2 2 0 0 1 4 0M7 9h6M13 13V7a2 2 0 0 1 4 0'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 17c1.5-1.2 3-1.2 4.5 0s3 1.2 4.5 0 3-1.2 4.5 0 3 1.2 4.5 0M3 21c1.5-1.2 3-1.2 4.5 0s3 1.2 4.5 0 3-1.2 4.5 0 3 1.2 4.5 0M7 13V5a2 2 0 0 1 4 0M7 9h6M13 13V7a2 2 0 0 1 4 0'/%3E%3C/svg%3E"); }
.icon-fitness { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 8v8M3 10v4M18 8v8M21 10v4M6 12h12'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 8v8M3 10v4M18 8v8M21 10v4M6 12h12'/%3E%3C/svg%3E"); }
.icon-wifi { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M5 12.5a10 10 0 0 1 14 0M8 16a6 6 0 0 1 8 0M11 19.5a1.5 1.5 0 0 1 2 0M2 9a14 14 0 0 1 20 0'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M5 12.5a10 10 0 0 1 14 0M8 16a6 6 0 0 1 8 0M11 19.5a1.5 1.5 0 0 1 2 0M2 9a14 14 0 0 1 20 0'/%3E%3C/svg%3E"); }
.icon-parking { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='2' width='16' height='20' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9 17V7h4a3 3 0 0 1 0 6H9'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='2' width='16' height='20' rx='2' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9 17V7h4a3 3 0 0 1 0 6H9'/%3E%3C/svg%3E"); }
.icon-pet { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='7' cy='7' r='2'/%3E%3Ccircle cx='17' cy='7' r='2'/%3E%3Ccircle cx='4.5' cy='12' r='2'/%3E%3Ccircle cx='19.5' cy='12' r='2'/%3E%3Cpath d='M12 10c-3.5 0-6 3.4-6 6.2 0 2.2 1.7 3.8 3.8 3.8.9 0 1.6-.4 2.2-.9.6.5 1.3.9 2.2.9 2.1 0 3.8-1.6 3.8-3.8C18 13.4 15.5 10 12 10Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='7' cy='7' r='2'/%3E%3Ccircle cx='17' cy='7' r='2'/%3E%3Ccircle cx='4.5' cy='12' r='2'/%3E%3Ccircle cx='19.5' cy='12' r='2'/%3E%3Cpath d='M12 10c-3.5 0-6 3.4-6 6.2 0 2.2 1.7 3.8 3.8 3.8.9 0 1.6-.4 2.2-.9.6.5 1.3.9 2.2.9 2.1 0 3.8-1.6 3.8-3.8C18 13.4 15.5 10 12 10Z'/%3E%3C/svg%3E"); }
.icon-meeting { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 10h18v8H3zM6 18v3M18 18v3M7 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM17 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM12 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 10h18v8H3zM6 18v3M18 18v3M7 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM17 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM12 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/%3E%3C/svg%3E"); }
.icon-key { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='8' cy='15' r='5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m12 11 8-8M16 7l2 2M18 5l2 2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='8' cy='15' r='5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m12 11 8-8M16 7l2 2M18 5l2 2'/%3E%3C/svg%3E"); }

/* Rooms */
.section-heading { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: 4rem; align-items: end; }
.split-heading > p { color: var(--ink-soft); font-size: 1.03rem; }
.room-showcase { display: grid; gap: 2rem; }
.room-feature { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 520px; background: var(--soft); }
.room-feature-reverse { grid-template-columns: .75fr 1.25fr; }
.room-feature-reverse .room-image { order: 2; }
.room-image { position: relative; overflow: hidden; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.room-feature:hover .room-image img { transform: scale(1.025); }
.room-image > span { position: absolute; left: 1rem; bottom: 1rem; padding: .55rem .85rem; background: rgba(7,23,31,.86); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.room-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); }
.room-label { margin-bottom: 1rem; color: var(--purple-dark); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.room-copy > p:not(.room-label) { margin-top: 1.2rem; color: var(--ink-soft); }
.room-copy a { margin-top: 2rem; width: fit-content; color: var(--purple-dark); text-decoration: none; font-weight: 800; border-bottom: 1px solid currentColor; }

/* Why */
.why-layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.why-copy { position: sticky; top: calc(var(--header-total) + 2rem); }
.why-copy > p:not(.eyebrow) { margin-top: 1.4rem; color: rgba(255,255,255,.72); }
.why-image { margin-top: 2.4rem; height: 250px; overflow: hidden; }
.why-image img { width: 100%; height: 100%; object-fit: cover; }
.why-accordion { border-top: 1px solid rgba(255,255,255,.25); }
.why-item { border-bottom: 1px solid rgba(255,255,255,.25); }
.why-item button { width: 100%; min-height: 92px; display: grid; grid-template-columns: 2.5rem 1fr 2.5rem; gap: 1rem; align-items: center; border: 0; background: transparent; color: #fff; text-align: left; cursor: pointer; }
.why-item button > span:first-child { color: var(--lime); font-size: .72rem; font-weight: 800; }
.why-item button strong { font-size: clamp(1.05rem, 2vw, 1.45rem); }
.plus-icon { position: relative; width: 1.25rem; height: 1.25rem; justify-self: end; }
.plus-icon::before, .plus-icon::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 100%; height: 2px; background: currentColor; transform: translate(-50%, -50%); transition: transform .25s ease; }
.plus-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
[aria-expanded="true"] .plus-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.why-item > div { padding: 0 3rem 1.6rem 3.5rem; color: rgba(255,255,255,.72); }

/* Attractions */
.attractions-heading, .gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.rail-controls { display: flex; gap: .6rem; }
.rail-controls button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--ink); background: #fff; cursor: pointer; }
.rail-controls button:hover { background: var(--ink); color: #fff; }
.attraction-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 31%); gap: 1.2rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; padding-bottom: 1rem; }
.attraction-card { scroll-snap-align: start; background: var(--soft); }
.attraction-art { position: relative; height: 250px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.attraction-art span { position: absolute; right: .8rem; bottom: .8rem; padding: .45rem .65rem; background: var(--ink-deep); color: #fff; font-size: .68rem; font-weight: 750; }
.art-historic { background-image: url('../images/historic-downtown.jpg'); }
.art-cavern { background-image: url('../images/mega-cavern.jpg'); }
.art-churchill { background-image: url('../images/churchill-downs.jpg'); }
.art-kingdom { background-image: url('../images/kentucky-kingdom.jpg'); }
.art-horse { background-image: url('../images/horse-park.jpg'); }
.attraction-copy { padding: 1.4rem; }
.attraction-copy > p:first-child { color: var(--purple-dark); font-size: .7rem; font-weight: 800; }
.attraction-copy h3 { margin-top: .65rem; }
.attraction-copy > p:last-child { margin-top: .8rem; color: var(--ink-soft); }
.section-end-link { margin-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.section-end-link > p { color: var(--ink-soft); font-size: .83rem; }
.attraction-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }

/* Meeting redesign */
.meeting-canvas { position: relative; min-height: 700px; }
.meeting-image { position: absolute; inset: 0 24% 0 0; overflow: hidden; }
.meeting-image img { width: 100%; height: 100%; object-fit: cover; }
.meeting-panel { position: absolute; right: 0; top: 50%; width: min(580px, 48%); transform: translateY(-50%); padding: clamp(2.4rem, 5vw, 5rem); background: #fff; box-shadow: var(--shadow); }
.meeting-panel > p:not(.eyebrow) { margin-top: 1.3rem; color: var(--ink-soft); }
.meeting-points { margin: 2rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.4rem; }
.meeting-points li { display: flex; align-items: center; gap: .65rem; font-weight: 700; }
.meeting-points li span { width: .55rem; height: .55rem; background: var(--lime-dark); transform: rotate(45deg); }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 270px; gap: .9rem; }
.gallery-item { position: relative; min-width: 0; overflow: hidden; padding: 0; border: 0; background: var(--ink); cursor: pointer; text-align: left; }
.gallery-item-large { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, opacity .3s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); opacity: .82; }
.gallery-item > span { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: 1rem; color: #fff; background: linear-gradient(transparent, rgba(7,23,31,.86)); }
.gallery-item b { font-size: .88rem; }
.gallery-item small { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.faq-heading { position: sticky; top: calc(var(--header-total) + 2rem); }
.faq-heading .text-link { margin-top: 2rem; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--ink); }
.faq-button { width: 100%; min-height: 96px; display: grid; grid-template-columns: 2.5rem 1fr 2.5rem; gap: 1rem; align-items: center; padding: .8rem 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.faq-button > span:first-child { color: var(--purple-dark); font-size: .72rem; font-weight: 800; }
.faq-button{ font-size: clamp(1.04rem, 2vw, 1.3rem); }
.faq-answer { padding: 0 3rem 1.7rem 3.5rem; color: var(--ink-soft); }
.faq-page-layout { display: grid; grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.faq-page-intro { position: sticky; top: calc(var(--header-total) + 2rem); }
.faq-page-intro > p:not(.eyebrow) { margin: 1.3rem 0 1.8rem; color: var(--ink-soft); }

/* Contact home */
.contact-home { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 680px; }
.contact-image { position: relative; overflow: hidden; }
.contact-image > img { width: 100%; height: 100%; object-fit: cover; }
.video-trigger { position: absolute; left: 2rem; bottom: 2rem; display: inline-flex; align-items: center; gap: .8rem; padding: .7rem 1rem; border: 0; background: rgba(255,255,255,.94); color: var(--ink-deep); font-weight: 800; cursor: pointer; }
.video-play { width: 1.25rem; height: 1.25rem; color: var(--purple); }
.contact-panel { display: grid; place-items: center; background: var(--purple-dark); color: #fff; }
.contact-panel-inner { width: min(100% - 4rem, 520px); }
.contact-panel address { margin-top: 1.6rem; color: rgba(255,255,255,.82); }
.contact-panel address span { display: block; color: #fff; font-weight: 800; }
.contact-phone { display: inline-block; margin-top: 1.4rem; color: #fff; font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; text-decoration: none; }
.contact-buttons { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.contact-note { margin-top: 1.8rem; color: rgba(255,255,255,.7); }
.assistance-strip {
    background: var(--soft-green);
    border-top: 1px solid #d9e5d1;
    border-bottom: 1px solid #d9e5d1;
}
.assistance-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}
.assistance-mark {
    width: .7rem;
    height: .7rem;
    flex: 0 0 .7rem;
    background: var(--purple);
    transform: rotate(45deg);
}
.assistance-inner a {
    font-weight: 500; text-decoration:none;
}
/* Footer and social icons */
.site-footer { background: #061218; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.35fr .7fr .7fr .85fr; gap: clamp(2rem, 5vw, 5rem); padding: 5rem 0 4rem; }
.footer-brand p { margin-top: 1.3rem; max-width: 420px; color: rgba(255,255,255,.67); }
.footer-column h2 { margin-bottom: 1.2rem; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; }
.footer-link-list { display: grid; gap: .65rem; }
.footer-link-list a { display: inline-flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.76); text-decoration: none; }
.footer-link-list a span { width: .42rem; height: .42rem; border: 1px solid var(--lime); transform: rotate(45deg); }
.footer-link-list a:hover { color: var(--lime); }
.footer-contact address { margin-bottom: .9rem; color: rgba(255,255,255,.67); }
.footer-phone, .footer-book { display: block; width: fit-content; color: #fff; text-decoration: none; font-weight: 750; }
.footer-book { margin-top: .6rem; color: var(--lime); }
.social-links { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); color: #fff; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.social-links a:hover { background: var(--lime); border-color: var(--lime); color: var(--ink-deep); }
.social-icon { width: 1.1rem; height: 1.1rem; }
.social-facebook { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4.5c-.5-.1-2.2-.2-4.2-.2-4.1 0-6.8 2.5-6.8 7V15H2v4h4v5h5v-5h4l.6-4H11v-3.2C11 10.6 11.4 8 14 8Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4.5c-.5-.1-2.2-.2-4.2-.2-4.1 0-6.8 2.5-6.8 7V15H2v4h4v5h5v-5h4l.6-4H11v-3.2C11 10.6 11.4 8 14 8Z'/%3E%3C/svg%3E"); }
.social-youtube { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 7.2a3 3 0 0 0-2.1-2.1C18.1 4.6 12 4.6 12 4.6s-6.1 0-7.9.5A3 3 0 0 0 2 7.2 31 31 0 0 0 1.5 12 31 31 0 0 0 2 16.8a3 3 0 0 0 2.1 2.1c1.8.5 7.9.5 7.9.5s6.1 0 7.9-.5a3 3 0 0 0 2.1-2.1 31 31 0 0 0 .5-4.8 31 31 0 0 0-.5-4.8ZM10 15.4V8.6l6 3.4Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 7.2a3 3 0 0 0-2.1-2.1C18.1 4.6 12 4.6 12 4.6s-6.1 0-7.9.5A3 3 0 0 0 2 7.2 31 31 0 0 0 1.5 12 31 31 0 0 0 2 16.8a3 3 0 0 0 2.1 2.1c1.8.5 7.9.5 7.9.5s6.1 0 7.9-.5a3 3 0 0 0 2.1-2.1 31 31 0 0 0 .5-4.8 31 31 0 0 0-.5-4.8ZM10 15.4V8.6l6 3.4Z'/%3E%3C/svg%3E"); }
.social-instagram { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='5' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='5' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.2'/%3E%3C/svg%3E"); }
.social-linkedin { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.2 8.4H1.6V22h3.6V8.4ZM3.4 2A2.1 2.1 0 1 0 3.4 6.2 2.1 2.1 0 0 0 3.4 2ZM22.4 14.2c0-4.1-2.2-6-5.1-6-2.4 0-3.4 1.3-4 2.2v-2H9.7V22h3.6v-6.7c0-1.8.3-3.5 2.5-3.5 2.2 0 2.2 2 2.2 3.6V22h3.6l.8-7.8Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.2 8.4H1.6V22h3.6V8.4ZM3.4 2A2.1 2.1 0 1 0 3.4 6.2 2.1 2.1 0 0 0 3.4 2ZM22.4 14.2c0-4.1-2.2-6-5.1-6-2.4 0-3.4 1.3-4 2.2v-2H9.7V22h3.6v-6.7c0-1.8.3-3.5 2.5-3.5 2.2 0 2.2 2 2.2 3.6V22h3.6l.8-7.8Z'/%3E%3C/svg%3E"); }
.social-blogger { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.5 22h-13A3.5 3.5 0 0 1 2 18.5v-13A3.5 3.5 0 0 1 5.5 2H13a5 5 0 0 1 5 5v1.5h1A3 3 0 0 1 22 11.5v7A3.5 3.5 0 0 1 18.5 22ZM8 7v4h5a2 2 0 1 0 0-4H8Zm0 8v2h8v-2H8Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.5 22h-13A3.5 3.5 0 0 1 2 18.5v-13A3.5 3.5 0 0 1 5.5 2H13a5 5 0 0 1 5 5v1.5h1A3 3 0 0 1 22 11.5v7A3.5 3.5 0 0 1 18.5 22ZM8 7v4h5a2 2 0 1 0 0-4H8Zm0 8v2h8v-2H8Z'/%3E%3C/svg%3E"); }
.footer-bottom { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: .72rem; }
.footer-bottom div { display: flex; gap: 1.2rem; }
.footer-bottom a { color: rgba(255,255,255,.76); }
.back-to-top { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 900; width: 48px; height: 48px; display: grid; place-items: center; border: 0; background: var(--purple); color: #fff; opacity: 0; visibility: hidden; transform: translateY(15px); cursor: pointer; transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Dialogs */
dialog { border: 0; padding: 0; color: var(--ink); box-shadow: 0 24px 90px rgba(0,0,0,.45); }
dialog::backdrop { background: rgba(3,11,15,.82); }
.media-dialog { width: min(92vw, 980px); background: #fff; }
.gallery-dialog { width: min(94vw, 1180px); background: #07171f; color: #fff; }
.dialog-head { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: .8rem 1rem; background: #fff; color: var(--ink); }
.dialog-head h2 { font-size: 1rem; letter-spacing: 0; }
.dialog-close { position: relative; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.dialog-close span::before, .dialog-close span::after, .mobile-nav-close span::before, .mobile-nav-close span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 2px; background: currentColor; }
.dialog-close span::before, .mobile-nav-close span::before { transform: translate(-50%,-50%) rotate(45deg); }
.dialog-close span::after, .mobile-nav-close span::after { transform: translate(-50%,-50%) rotate(-45deg); }
.video-frame { aspect-ratio: 16/9; background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.gallery-stage { display: grid; grid-template-columns: 62px 1fr 62px; align-items: center; min-height: 70vh; }
.gallery-stage button { width: 48px; height: 48px; justify-self: center; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); background: transparent; color: #fff; cursor: pointer; }
.gallery-stage figure { min-width: 0; text-align: center; }
.gallery-stage img { max-height: 72vh; margin: auto; object-fit: contain; }
.gallery-stage figcaption { padding: 1rem; color: rgba(255,255,255,.76); font-size: .84rem; }

/* Inner pages */
.page-hero { position: relative; min-height: 520px; display: flex; align-items: end; color: #fff; background-position: center; background-size: cover; }
.page-hero-shade { position: absolute; inset: 0;/* background: linear-gradient(90deg, rgba(7,23,31,.85), rgba(7,23,31,.35) 58%, rgba(7,23,31,.1));*/ }
.page-hero-inner { position: relative; z-index: 1; padding-top: 6rem; padding-bottom: 5rem; }
.page-hero-inner h1 { max-width: 900px; }
.page-hero-inner > p:not(.eyebrow) { max-width: 720px; margin-top: 1.3rem; color: rgba(255,255,255,.87); font-size: 1.08rem; }
.page-hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.page-hero-exterior { background-image: url('../images/exterior.jpg'); }
.page-hero-pool { background-image: url('../images/indoor-pool.jpg'); }
.page-hero-attraction { background-image: url('../images/lobby.jpg'); }
.page-hero-lobby { background-image: url('../images/lobby.jpg'); }
.page-hero-breakfast { background-image: url('../images/breakfast-area.jpg'); }
.page-section-title { margin-bottom: 2rem; }
.booking-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.booking-copy > p:not(.eyebrow) { margin-top: 1.4rem; color: var(--ink-soft); max-width: 760px; }
.booking-benefits { margin-top: 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.booking-benefits article { padding: 1.5rem; background: var(--soft); }
.booking-benefits h3 { margin-top: 1rem; font-size: 1.05rem; }
.booking-benefits p { margin-top: .6rem; color: var(--ink-soft); font-size: .9rem; }
.booking-box { position: sticky; top: calc(var(--header-total) + 2rem); padding: clamp(2rem, 4vw, 3.5rem); background: var(--ink-deep); color: #fff; box-shadow: var(--shadow); }
.booking-box h2 { margin-top: .8rem; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.booking-box > p:not(.mini-label) { margin: 1.2rem 0 2rem; color: rgba(255,255,255,.72); }
.booking-box .button { width: 100%; }
.booking-phone { display: block; margin-top: 1rem; text-align: center; color: #fff; font-weight: 800; }
.amenities-page-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.amenities-page-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.amenities-page-list li { min-height: 96px; display: flex; align-items: center; gap: 1rem; padding-right: 1rem; border-bottom: 1px solid var(--line); }
.amenities-page-list h2 { font-size: 1rem; letter-spacing: -.01em; }
.detail-note { margin-top: 1.5rem; color: var(--ink-soft); font-size: .85rem; }
.location-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.location-copy > p:not(.eyebrow) { margin-top: 1.3rem; color: var(--ink-soft); }
.location-copy address { margin: 2rem 0; padding-left: 1.1rem; border-left: 4px solid var(--lime-dark); color: var(--ink-soft); }
.location-copy address strong { display: block; margin-bottom: .4rem; color: var(--ink); }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }
.map-wrap { min-height: 580px; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 580px; border: 0; }
.contact-page-layout { grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: stretch; padding:50px 0;}
.contact-page-copy { display: flex; flex-direction: column; justify-content: center; }
.contact-page-copy address { margin: 2rem 0; color: var(--ink-soft); }
.contact-page-copy address strong { display: block; color: var(--ink); }
.contact-method { display: flex; align-items: center; gap: 1rem; }
.contact-method small { display: block; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.contact-method a { font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.contact-page-actions { margin-top: 2rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.contact-page-image { min-height: 600px; overflow: hidden; }
.contact-page-image img { width: 100%; height: 100%; object-fit: cover; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.sitemap-grid article { padding: clamp(2rem, 4vw, 3.5rem); background: var(--soft); }
.sitemap-grid h2 { font-size: 1.6rem; }
.sitemap-grid ul { margin-top: 1.5rem; display: grid; gap: .85rem; }
.sitemap-grid a { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; font-weight: 700; }
.sitemap-grid a span { width: .5rem; height: .5rem; background: var(--purple); transform: rotate(45deg); }
.policy-main { min-height: 70vh; padding: clamp(5rem, 9vw, 9rem) 0; background: var(--soft); }
.policy-content { max-width: 900px; }
.policy-content h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.policy-content h2 { margin-top: 2.8rem; font-size: 1.6rem; }
.policy-content p { margin-top: 1rem; color: var(--ink-soft); }
.policy-content ul { margin-top: 1rem; padding-left: 1.25rem; list-style: square; color: var(--ink-soft); }

/* Motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s ease, transform .72s ease; }
.reveal-left { transform: translateX(-34px); }
.reveal-right { transform: translateX(34px); }
.reveal.is-visible { opacity: 1; transform: translate(0); }
@keyframes heroFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes heroRevealRight {
  from { opacity: 0; clip-path: inset(0 100% 0 0); }
  to { opacity: 1; clip-path: inset(0 0 0 0); }
}
@keyframes heroRevealLeft {
  from { opacity: 0; clip-path: inset(0 0 0 100%); }
  to { opacity: 1; clip-path: inset(0 0 0 0); }
}
@keyframes heroRevealUp {
  from { opacity: 0; clip-path: inset(100% 0 0 0); }
  to { opacity: 1; clip-path: inset(0 0 0 0); }
}
@keyframes heroSoftFocus {
  from { opacity: 0; filter: blur(10px); }
  to { opacity: 1; filter: blur(0); }
}
@keyframes heroZoomIn {
  from { transform: scale(1.015); }
  to { transform: scale(1.085); }
}
@keyframes heroPanRight {
  from { transform: scale(1.09) translateX(-2.2%); }
  to { transform: scale(1.09) translateX(2.2%); }
}
@keyframes heroPanLeft {
  from { transform: scale(1.09) translateX(2.2%); }
  to { transform: scale(1.09) translateX(-2.2%); }
}
@keyframes heroRise {
  from { transform: scale(1.08) translateY(2.2%); }
  to { transform: scale(1.08) translateY(-2.2%); }
}
@keyframes heroZoomOut {
  from { transform: scale(1.1); }
  to { transform: scale(1.025); }
}
@keyframes heroDriftDown {
  from { transform: scale(1.08) translateY(-2%); }
  to { transform: scale(1.08) translateY(2%); }
}
@keyframes heroDiagonal {
  from { transform: scale(1.1) translate(-1.8%, 1.5%); }
  to { transform: scale(1.06) translate(1.8%, -1.5%); }
}
@keyframes heroMeetingFocus {
  from { transform: scale(1.035); filter: saturate(.9); }
  to { transform: scale(1.085); filter: saturate(1.05); }
}

@media (max-width: 1320px) {
  :root { --header-primary: 80px; --header-nav: 0px; --header-total: var(--header-primary); }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; }
  .mobile-nav-backdrop { position: fixed; inset: 0; z-index: 1001; display: block; background: rgba(3,11,15,.62); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .mobile-nav-backdrop.is-open { opacity: 1; visibility: visible; }
  .mobile-nav { position: fixed; top: 0; right: 0; z-index: 1002; width: min(420px, 90vw); height: 100svh; display: flex; flex-direction: column; padding: 1.2rem; background: #fff; transform: translateX(105%); transition: transform .3s ease; }
  .mobile-nav.is-open { transform: translateX(0); }
  .mobile-nav-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
  .mobile-nav-title { font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-nav-close { position: relative; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .mobile-nav-links { overflow-y: auto; padding: 1rem 0; }
  .mobile-nav-links a { min-height: 52px; display: flex; align-items: center; gap: .7rem; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight:500; }
  .mobile-nav-links .nav-mark { border-color: var(--purple); }
  .mobile-nav-links a[aria-current="page"] .nav-mark { background: var(--purple); transform: rotate(0); }
  .mobile-nav-actions { margin-top: auto; display: grid; gap: .8rem; }
  .mobile-call { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: .65rem; color: var(--ink); text-decoration: none; font-weight: 800; }
  .welcome-layout, .amenities-layout, .why-layout, .faq-layout, .amenities-page-layout { grid-template-columns: 1fr; }
  .welcome-visual, .why-copy, .faq-heading, .faq-page-intro { position: relative; top: auto; }
  .welcome-visual { min-height: 620px; max-width: 820px; }
  .amenities-mosaic { max-width: 920px; }
  .why-image { max-width: 680px; }
  .attraction-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1.25fr repeat(3, .75fr); gap: 2rem; }
}

@media (max-width: 900px) {
  .site-width { width: min(calc(100% - 2rem), var(--site-width)); }
  .header-phone .phone-copy small { display: none; }
  .phone-copy strong { margin: 0; }
  .hero { min-height: 470px; height: 66svh; }
  .split-heading, .booking-layout, .location-layout, .contact-page-layout, .faq-page-layout { grid-template-columns: 1fr; gap: 3rem; }
  .booking-box { position: static; }
  .room-feature, .room-feature-reverse { grid-template-columns: 1fr; min-height: auto; }
  .room-feature-reverse .room-image { order: 0; }
  .room-image { min-height: 420px; }
  .meeting-canvas { min-height: auto; display: grid; }
  .meeting-image { position: relative; inset: auto; min-height: 480px; }
  .meeting-panel { position: relative; right: auto; top: auto; width: calc(100% - 2rem); margin: -5rem auto 0; transform: none; }
  .meeting-number { top: 1rem; bottom: auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; }
  .contact-home { grid-template-columns: 1fr; }
  .contact-image { min-height: 520px; }
  .contact-panel { min-height: 520px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 1.4rem 0; }
  .map-wrap, .map-wrap iframe { min-height: 480px; }
  .contact-page-image { min-height: 480px; }
  .sitemap-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --header-primary: 74px; }
  .site-width { width: min(calc(100% - 1.25rem), var(--site-width)); }
  .header-primary-inner { gap: .6rem; }
  .brand-logo { width: 118px; height: 54px; }
  .header-actions { gap: .4rem; }
  .header-phone { min-width: 48px; min-height: 48px; justify-content: center; padding: .6rem; }
  .header-phone .phone-copy { display: none; }
  .header-book { min-width: auto; padding-inline: .85rem; }
  .menu-toggle { min-width: 48px; width: 48px; padding: 0; }
  .menu-label { display: none; }
  .hero { height: 58svh; min-height: 390px; }
  .hero-controls { right: .7rem; bottom: .7rem; }
  .slider-control { width: 42px; height: 42px; }
  .section { padding: 4.5rem 0; }
  h1 { font-size: clamp(2.4rem, 12vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.4rem); }
  .welcome-layout { gap: 2.5rem; }
  .welcome-visual { min-height: 420px; }
  .welcome-main-image { inset: 0 7% 13% 0; }
  .welcome-small-image { width: 48%; border-width: .45rem; }
  .welcome-accent { display: none; }
  .scroll-panel.is-expanded { max-height: 360px; }
  .amenities-mosaic { height: 650px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.15fr .75fr .72fr; }
  .photo-a { grid-column: 1 / 3; grid-row: 1; }
  .photo-b { grid-column: 1; grid-row: 2; }
  .photo-c { grid-column: 2; grid-row: 2; }
  .photo-d { position: relative; right: auto; bottom: auto; width: auto; height: auto; grid-column: 1 / 3; grid-row: 3; border: 0; box-shadow: none; }
  .amenities-icon-list, .amenities-page-list { grid-template-columns: 1fr; }
  .amenities-icon-list li, .amenities-page-list li { min-height: 76px; }
  .room-image { min-height: 310px; }
  .room-copy { padding: 2rem 1.3rem; }
  .why-item button, .faq-button { grid-template-columns: 2rem 1fr 2rem; min-height: 84px; }
  .why-item > div, .faq-answer { padding-left: 3rem; padding-right: .75rem; }
  .attractions-heading, .gallery-heading, .section-end-link { align-items: flex-start; flex-direction: column; }
  .attraction-rail { grid-auto-columns: 86%; }
  .attraction-grid { grid-template-columns: 1fr; }
  .meeting-image { min-height: 330px; }
  .meeting-panel { width: calc(100% - 1rem); margin-top: -2rem; padding: 2rem 1.25rem; }
  .meeting-points { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: .55rem; }
  .gallery-item-large { grid-column: span 2; grid-row: span 2; }
  .contact-image { min-height: 390px; }
  .video-trigger { left: 1rem; bottom: 1rem; }
  .contact-panel { min-height: 500px; }
  .contact-panel-inner { width: min(100% - 2rem, 520px); }
  .contact-buttons { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; padding: 4rem 0 3rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom div { flex-wrap: wrap; }
  .gallery-stage { grid-template-columns: 48px 1fr 48px; }
  .gallery-stage button { width: 40px; height: 40px; }
  .page-hero { min-height: 450px; }
  .page-hero-inner { padding-top: 5rem; padding-bottom: 3rem; }
  .page-hero-actions { flex-direction: column; align-items: stretch; max-width: 340px; }
  .booking-benefits { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 400px; }
  .contact-page-image { min-height: 360px; }
}


@media (max-width: 1320px) {
  .header-primary-inner { display: flex; justify-content: space-between; }
  .header-actions { margin-left: auto; }
}
@media (max-width: 640px) {
  .assistance-inner { align-items: flex-start; gap: .75rem; text-align: left; }
  .assistance-mark { margin-top: .38rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Spark La Grange inner-page extensions */
.page-hero-amenities { background-image: url('../images/indoor-pool.jpg'); }
.page-hero-attractions { background-image: url('../images/historic-downtown.jpg'); }
.page-hero-directions { background-image: url('../images/exterior.jpg'); }
.page-hero-gallery { background-image: url('../images/lobby.jpg'); }
.page-hero-contact { background-image: url('../images/contact.jpg'); }
.page-hero-sitemap { background-image: url('../images/sitemap.jpg'); }
.page-hero-faq { background-image: url('../images/faq.jpg'); }
.inner-copy { margin-top: 1.5rem; display: grid; gap: 1.1rem; color: var(--ink-soft); }
.inner-intro { max-width:1200px; margin-bottom: 3rem; }
.inner-intro > p:not(.eyebrow) { margin-top: 1.1rem; color: var(--ink-soft); }
.inner-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.inner-card { position: relative; min-height: 260px; padding: 2rem; background: var(--soft); border-top: 4px solid var(--purple); }
.inner-card-number { display: inline-block; margin-bottom: 1.1rem; color: var(--purple-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.inner-card h2 { font-size: 1.35rem; }
.inner-card p { margin-top: 1rem; color: var(--ink-soft); }
.coordinates { margin: -1rem 0 1.5rem; color: var(--ink-soft); font-size: .9rem; }
.directions-form { display: grid; gap: .7rem; margin-top: 1.8rem; max-width: 560px; }
.directions-form label { color: var(--ink); font-weight: 800; }
.directions-input { width: 100%; min-height: 52px; padding: .75rem 1rem; border: 1px solid #87939a; background: #fff; color: var(--ink); font: inherit; }
.directions-input:focus { outline: 3px solid rgba(99,52,168,.25); outline-offset: 2px; border-color: var(--purple-dark); }
.directions-button { min-height: 52px; padding: .75rem 1.4rem; border: 2px solid var(--purple); background: var(--purple); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.directions-button:hover, .directions-button:focus-visible { background: var(--purple-dark); border-color: var(--purple-dark); }
.contact-method + .contact-method { margin-top: 1.15rem; }
.contact-method-email a { font-size: 1rem; overflow-wrap: anywhere; }
.gallery-page-note { color: var(--ink-soft); }
.gallery-page-grid .gallery-item { border: 0; padding: 0; cursor: pointer; }
.faq-page-layout .faq-item h2 { font-size: inherit; }
.faq-page-layout .faq-answer a { color: var(--purple-dark); font-weight: 750; }
@media (max-width: 900px) {
  .inner-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .inner-card-grid { grid-template-columns: 1fr; }
  .inner-card { min-height: auto; }
  .directions-form { max-width: none; }
  .contact-method { align-items: flex-start; }
}
.page-map-hero { overflow: hidden; background: var(--ink-deep); }
.page-map-hero > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.page-map-hero .page-hero-shade { pointer-events: none; }
.page-map-hero .page-hero-inner { pointer-events: none; }
.location-layout-single { grid-template-columns: minmax(0, 900px); justify-content: center; }
