:root {
  --navy-950: #071f3f;
  --navy-900: #0a2e5d;
  --navy-800: #103b73;
  --blue-100: #e9f1f8;
  --blue-50: #f4f7fa;
  --orange-800: #a94400;
  --orange-700: #c65300;
  --ink: #1d2733;
  --muted: #475569;
  --white: #ffffff;
  --border: #cbd5e1;
  --focus: #ffd43b;
  --shadow: 0 18px 50px rgba(7, 31, 63, 0.13);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--navy-800);
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--orange-800);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--navy-950);
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.25rem, 6vw, 4.8rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size:26px;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 9999;
  transform: translateY(-180%);
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 0.5rem;
  font-weight: 700;
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  color: var(--white);
  background: var(--navy-950);
}

.topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar a {
  color: var(--white);
  text-decoration: none;
}

.topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}

.topbar-social {
  display: flex;
  gap: 0.35rem;
}

.topbar-social a,
.footer-social a {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.topbar-social a:hover,
.footer-social a:hover {
  color: var(--white);
  background: var(--orange-800);
  border-color: var(--orange-800);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  /*box-shadow: 0 5px 25px rgba(7, 31, 63, 0.09);
  backdrop-filter: blur(10px);*/
}

.header-inner {
 min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  
 
  display: flex;
  align-items: center;
  /*
   display: inline-flex;
   min-width: 0;
  gap: 0.75rem;
  color: var(--navy-900);
  text-decoration: none;*/
}

.brand:hover {
  color: var(--navy-900);
}

.brand-mark {
	
	 width: 200px;
  height: 88px;
  display: flex;
  align-items: center;
  overflow: visible;
  
  
  /*display: inline-flex;
  align-items: center;
  width: 200px;
  height: 88px;
  flex: 0 0 300px;
  overflow: visible;*/
}

.brand-mark img {
	

  
  
  width: 200px;
  height: 88px;
  max-width: none;
  object-fit: contain;
  display: block;
}

.brand-sun {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 44px;
  height: 24px;
  border: 5px solid var(--orange-700);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.brand-check {
  position: relative;
  top: 4px;
  font-size: 1.8rem;
  font-weight: 900;
  transform: rotate(16deg);
}

.brand-text {
  display: grid;
  line-height: 1.1;
}

.brand-text strong {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
}

.brand-text small {
  margin-top: 0.25rem;
  color: var(--muted);
  font-weight: 700;
}

.primary-nav {
  display: flex;
  align-items: center;
  /*gap: 1.2rem;*/
   height: 100%;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-link {
  position: relative;
  display: block;
  padding: 0.75rem 0.7rem;
  color: var(--navy-950);
  text-decoration: none;
  font-weight: 700;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 0.7rem;
  bottom: 0.42rem;
  left: 0.7rem;
  height: 3px;
  background: transparent;
  border-radius: 99px;
}

.nav-link:hover,
.nav-link.active {
  color: var(--orange-800);
}

.nav-link.active::after {
  background: var(--orange-800);
}

.menu-toggle {
  position: relative;
  z-index: 1002;
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.8rem;
  color: var(--white);
  background: var(--navy-900);
  border: 0;
  border-radius: 0.65rem;
  font-weight: 700;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--orange-800);
  border-color: var(--orange-800);
}

.button-primary:hover {
  color: var(--white);
  background: #7c2d12;
  border-color: #7c2d12;
}

.button-accent {
  color: var(--navy-950);
  background: var(--focus);
  border-color: var(--focus);
}

.button-accent:hover {
  color: var(--white);
  background: var(--orange-800);
  border-color: var(--orange-800);
}

.button-light {
  color: var(--navy-950);
  background: var(--white);
  border-color: var(--white);
}

.button-light:hover {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--white);
}

.button-outline {
  color: var(--navy-900);
  background: transparent;
  border-color: var(--navy-900);
}

.button-outline:hover {
  color: var(--white);
  background: var(--navy-900);
}

.button-block {
  width: 100%;
}

.hero-slider {
  position: relative;
  min-height: clamp(540px, 72vh, 760px);
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.slides,
.slide {
  position: absolute;
  inset: 0;
}

.slide {
  opacity: 0;
  transition: opacity 700ms ease;
}

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

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 31, 63, 0.92) 0%, rgba(7, 31, 63, 0.65) 48%, rgba(7, 31, 63, 0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: clamp(540px, 72vh, 760px);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 5rem;
}

.hero-content h1,
.hero-content p {
  max-width: 760px;
  color: var(--white);
}

.hero-content > p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.eyebrow,
.section-kicker {
  margin-bottom: 0.55rem;
  color: var(--orange-800);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--focus) !important;
}

.section-kicker.light {
  color: var(--focus);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.6rem;
}

.slider-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(7, 31, 63, 0.84);
  border: 2px solid var(--white);
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-control:hover {
  background: var(--orange-800);
}

.slider-prev { left: 1rem; }
.slider-next { right: 1rem; }

.slider-tools {
  position: absolute;
  z-index: 3;
  right: 50%;
  bottom: 1.35rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transform: translateX(50%);
}

.slider-dots {
  display: flex;
  gap: 0.55rem;
}

.slider-pause {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(7, 31, 63, 0.9);
  border: 2px solid var(--white);
  border-radius: 50%;
}

.slider-pause:hover {
  background: var(--orange-800);
}

.slider-dot {
  width: 13px;
  height: 13px;
  padding: 0;
  background: var(--white);
  border: 2px solid var(--navy-950);
  border-radius: 50%;
}

.slider-dot.is-active {
  background: var(--focus);
  transform: scale(1.3);
}

.section {
  padding-block: clamp(4rem, 8vw, 5rem);
}

.about-grid,
.video-grid,
.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.section-copy > p:not(.section-kicker),
.section-heading > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0;
  color: var(--orange-800);
  background: transparent;
  border: 0;
  border-bottom: 2px solid currentColor;
  font-weight: 900;
}

.stay-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--blue-50);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.stay-card-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 18px;
  font-size: 1.5rem;
}

.stay-card dl {
  margin: 1.5rem 0;
}

.stay-card dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  padding-block: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.stay-card dt {
  color: var(--navy-950);
  font-weight: 900;
}

.stay-card dd {
  margin: 0;
  color: var(--muted);
}

.amenities-section,
.faq-section {
  background: var(--blue-50);
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.amenity-card {
  padding: 1.65rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 30px rgba(7, 31, 63, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.amenity-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 16px;
  font-size: 1.35rem;
}

.amenity-card p,
.attraction-card p {
  color: var(--muted);
}

.attractions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.attraction-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.attraction-card img {
  /*width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;*/
  

  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  opacity: 1;
  visibility: visible;

}

.attraction-content {
  padding: 1.5rem;
}

.attraction-content .distance {
  margin-bottom: 0.65rem;
  color: var(--orange-800);
  font-size: 0.9rem;
  font-weight: 900;
}

.gallery-section {
  background: var(--navy-950);
}

.gallery-section h2,
.gallery-section .section-heading > p:not(.section-kicker) {
  color: var(--white);
}

.gallery-section .section-kicker {
  color: var(--focus);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 0.85rem;
}

.gallery-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: var(--navy-900);
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
}

.gallery-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gallery-item::after {
  content: "View photo";
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.35rem 0.65rem;
  color: var(--white);
  background: rgba(7, 31, 63, 0.9);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.video-section {
  background: var(--white);
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--navy-950);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.video-wrapper iframe,
.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.location-section {
  background: var(--blue-100);
}

.location-map {
  height: 430px;
  overflow: hidden;
  border: 4px solid var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}


.location-copy address {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 1.5rem 0;
  color: var(--navy-950);
  font-style: normal;
  font-weight: 800;
}

.faq-container {
  max-width: 900px;
}

.faq-item {
  margin-bottom: 0.85rem;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.faq-item h3 {
  margin: 0;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  color: var(--navy-950);
  background: var(--white);
  border: 0;
  text-align: left;
  font-weight: 900;
}

.faq-question:hover {
  background: var(--blue-100);
}

.faq-answer {
  padding: 0 1.3rem 1.2rem;
}

.faq-answer p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-band {
  padding-block: 3.2rem;
  color: var(--white);
  background: var(--navy-900);
}

.contact-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.contact-band h2,
.contact-band p {
  color: var(--white);
}

.contact-band h2 {
  margin-bottom: 0.5rem;
}

.contact-band p:last-child {
  margin-bottom: 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.site-footer {
  color: var(--white);
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  padding-block: 4.5rem;
}

.site-footer h2 {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 1.3rem;
}

.site-footer a {
  color: var(--white);
}

.site-footer a:hover {
  color: var(--focus);
}

.site-footer address {
  color: #e2e8f0;
  font-style: normal;
}

.footer-hotel-name {
  font-weight: 900;
}

.footer-social {
  display: flex;
  gap: 0.45rem;
  margin-top: 1rem;
}

.footer-links,
.policy-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1.5rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a::before {
  content: "›";
  margin-right: 0.45rem;
  color: var(--focus);
  font-weight: 900;
}

.policy-list {
  display: grid;
  gap: 0.8rem;
}

.policy-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #e2e8f0;
}

.policy-list .fa-solid {
  margin-top: 0.3rem;
  color: var(--focus);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-bottom-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-bottom p {
  margin: 0;
  color: #e2e8f0;
  font-size: 0.9rem;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 6.2rem;
  z-index: 1200;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--orange-800);
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(7, 31, 63, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1300;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-inline: auto;
  padding: 1rem 1.1rem;
  color: var(--white);
  background: var(--navy-950);
  border: 2px solid var(--white);
  border-radius: var(--radius-sm);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.cookie-banner p {
  margin: 0;
  color: var(--white);
}

.cookie-banner.is-hidden {
  display: none;
}

.gallery-dialog {
  width: min(1000px, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  padding: 0;
  overflow: hidden;
  background: var(--navy-950);
  border: 0;
  border-radius: var(--radius-md);
}

.gallery-dialog::backdrop {
  background: rgba(7, 31, 63, 0.88);
}

.dialog-inner {
  position: relative;
}

.dialog-inner > img {
  width: 100%;
  max-height: calc(100vh - 3rem);
  object-fit: contain;
}

.dialog-close,
.dialog-controls button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(7, 31, 63, 0.9);
  border: 2px solid var(--white);
  border-radius: 50%;
}

.dialog-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}

.dialog-controls {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  left: 0.75rem;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.sitemap-main {
  min-height: 60vh;
  padding-block: 5rem;
}

.sitemap-list {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.sitemap-list a {
  display: block;
  padding: 1rem;
  color: var(--navy-950);
  background: var(--blue-50);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-weight: 800;
}

.sitemap-list a:hover {
  color: var(--white);
  background: var(--navy-900);
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 88vw);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 6rem 1.25rem 1.5rem;
    background: var(--white);
    box-shadow: -15px 0 45px rgba(7, 31, 63, 0.2);
    transform: translateX(105%);
    transition: transform 260ms ease;
  }

  .primary-nav.is-open {
    transform: translateX(0);
  }

  .primary-nav ul {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-link {
    padding: 0.9rem;
    border-bottom: 1px solid var(--border);
  }

  .nav-link::after {
    display: none;
  }

  .nav-book {
    margin-top: 1rem;
  }

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

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

  .footer-grid section:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .topbar-inner {
    justify-content: center;
  }

  .topbar-social {
    display: none;
  }

  .brand-text strong {
    max-width: 190px;
  }

  .hero-slider,
  .hero-content {
    min-height: 620px;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(7, 31, 63, 0.94) 0%, rgba(7, 31, 63, 0.62) 68%, rgba(7, 31, 63, 0.28) 100%);
  }

  .hero-content {
    justify-content: flex-end;
    padding-bottom: 6.5rem;
  }

  .slider-control {
    top: 44%;
    width: 44px;
    height: 44px;
  }

  .about-grid,
  .video-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .amenities-grid,
  .attractions-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 190px;
  }

  .gallery-item-large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .contact-band-inner,
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid section:last-child {
    grid-column: auto;
  }

  .footer-bottom-inner {
    padding-block: 1.2rem;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner .button {
    width: 100%;
  }

  .back-to-top {
    bottom: 9.5rem;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 1.2rem, var(--container));
  }

  .header-inner {
    min-height: 78px;
  }

  .brand-mark {
    width: 46px;
    height: 42px;
    flex-basis: 46px;
  }

  .brand-text strong {
    max-width: 150px;
    font-size: 0.9rem;
  }

  .brand-text small {
    font-size: 0.74rem;
  }

  .menu-toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .hero-actions,
  .hero-actions .button,
  .contact-actions,
  .contact-actions .button {
    width: 100%;
  }

  .slider-prev { left: 0.45rem; }
  .slider-next { right: 0.45rem; }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 210px;
  }

  .gallery-item-large {
    grid-column: auto;
  }

  .footer-links.two-columns,
  .sitemap-list {
    grid-template-columns: 1fr;
  }
}

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

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

@media (max-width: 768px) {
  .brand-mark {
    width: 180px;
    height: 80px;
    flex: 0 0 180px;
  }

  .brand-mark img {
    width: 180px;
    height: 80px;
  }

  .header-inner {
    min-height: 100px;
  }
}



@media(max-width:1024px){

  .header-inner {
    min-height: 90px;
  }

  .brand-mark {
    width: 180px;
    height: 80px;
  }

  .brand-mark img {
    width: 180px;
    height: 80px;
  }

}
/* =========================================================
   INNER PAGES
   Added without changing the existing header or footer design
   ========================================================= */
.inner-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--navy-950);
}

.inner-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 31, 63, 0.94) 0%, rgba(7, 31, 63, 0.76) 50%, rgba(7, 31, 63, 0.36) 100%);
}

.inner-hero-content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  padding-top: 5.5rem;
  padding-bottom: 4.5rem;
  color: var(--white);
}

.inner-hero-content h1,
.inner-hero-content p,
.inner-hero-content .eyebrow {
  color: var(--white);
      display: none;
}

.inner-hero-content h1 {
  max-width: 800px;
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  display: none;
}

.inner-hero-content > p:not(.eyebrow) {
  max-width: 720px;
  font-size: 1.12rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
  font-weight: 700;
}

.breadcrumbs a,
.breadcrumbs span {
  color: var(--white);
}

.breadcrumbs a:hover {
  color: var(--focus);
}

.section-soft {
  background: var(--blue-50);
}

.narrow-copy {
  max-width: 880px;
}

.centered-copy {
  margin-inline: auto;
  text-align: center;
}

.detail-grid {
  display: grid;
  gap: 1.4rem;
}

.detail-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-card,
.contact-info-card,
.policy-card,
.sitemap-group {
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 32px rgba(7, 31, 63, 0.08);
}

.detail-card {
  height: 100%;
}

.detail-card h2,
.detail-card h3,
.contact-info-card h2,
.policy-card h2,
.sitemap-group h2 {
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
}

.detail-card p,
.contact-info-card p,
.policy-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.detail-icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1.1rem;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 16px;
  font-size: 1.45rem;
  box-shadow: 0 10px 22px rgba(10, 46, 93, 0.2);
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.split-feature-reverse .split-feature-image {
  order: 2;
}

.split-feature-image {
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.split-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.check-list,
.icon-list,
.compact-feature-list,
.distance-list {
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 0.75rem 1.4rem;
  margin: 1.6rem 0 2rem;
}

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

.check-list li {
  position: relative;
  padding-left: 1.8rem;
  color: var(--ink);
  font-weight: 700;
}

.check-list li::before {
  content: "\f00c";
  position: absolute;
  top: 0.05rem;
  left: 0;
  color: var(--orange-800);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.icon-list {
  display: grid;
  gap: 1rem;
  margin: 1.6rem 0 2rem;
}

.icon-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 0.8rem;
}

.icon-list .fa-solid {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 50%;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.room-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.room-card > img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.room-card-body {
  padding: 2rem;
}

.room-card-body h2 {
  font-size: 1.75rem;
}

.compact-feature-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0 1.8rem;
}

.compact-feature-list li {
  position: relative;
  padding-left: 1.5rem;
}

.compact-feature-list li::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--orange-800);
  border-radius: 50%;
}

.notice-card,
.travel-note,
.faq-contact-box {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--blue-100);
  border-left: 6px solid var(--orange-800);
  border-radius: var(--radius-md);
}

.notice-card h2,
.travel-note h2,
.faq-contact-box h2 {
  margin-bottom: 0.7rem;
}

.notice-card p:last-child,
.travel-note p:last-child,
.faq-contact-box p:last-child {
  margin-bottom: 0;
}

.list-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.list-panel {
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 32px rgba(7, 31, 63, 0.08);
}

.list-panel-heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.list-panel-heading > .fa-solid {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 14px;
  font-size: 1.3rem;
}

.list-panel-heading h2,
.list-panel-heading p {
  margin-bottom: 0;
}

.distance-list {
  margin: 0;
}

.distance-list li {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border);
}

.distance-list li:last-child {
  border-bottom: 0;
}

.distance-list strong {
  flex: 0 0 auto;
  color: var(--navy-900);
}

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

.restaurant-chip {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  color: var(--navy-950);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(7, 31, 63, 0.06);
}

.restaurant-chip span {
  color: var(--orange-800);
  white-space: nowrap;
}

.location-detail-grid,
.directions-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 2rem;
  align-items: stretch;
}

.large-map,
.large-map iframe {
  min-height: 520px;
}

.address-panel {
  padding: clamp(1.8rem, 4vw, 2.6rem);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.address-panel address,
.contact-info-card address {
  margin-bottom: 1.25rem;
  color: var(--ink);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.7;
}

.address-panel > p a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  text-decoration: none;
}

.mini-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.mini-facts div,
.policy-dl div {
  padding: 1rem;
  background: var(--blue-50);
  border-radius: var(--radius-sm);
}

.mini-facts dt,
.policy-dl dt {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mini-facts dd,
.policy-dl dd {
  margin: 0.25rem 0 0;
  color: var(--navy-950);
  font-weight: 900;
}

.directions-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
}

.directions-form label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--navy-950);
  font-weight: 800;
}

.directions-field {
  display: flex;
  gap: 0.75rem;
}

.directions-field input {
  min-width: 0;
  flex: 1;
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
}

.directions-field input:focus {
  border-color: var(--navy-900);
}

.travel-note > .fa-solid {
  margin-bottom: 1rem;
  color: var(--navy-900);
  font-size: 2rem;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.contact-info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-info-card .button {
  margin-top: auto;
}

.contact-large-link {
  color: var(--navy-900);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 900;
  text-decoration: none;
}

.inner-gallery-grid {
  grid-auto-rows: 260px;
}

.faq-contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}

.faq-contact-box .button {
  flex: 0 0 auto;
}

.policy-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.policy-dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 0;
}

.sitemap-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.sitemap-group .sitemap-list {
  max-width: none;
  grid-template-columns: 1fr;
  margin: 1rem 0 0;
}

.sitemap-group .sitemap-list a {
  padding: 0.85rem 1rem;
}

.legal-copy {
  max-width: 900px;
}

.legal-copy h2 {
  margin-top: 2rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.legal-updated {
  margin-top: 2.5rem;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .detail-grid-three,
  .contact-card-grid,
  .policy-page-grid,
  .sitemap-groups,
  .restaurant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-detail-grid,
  .directions-grid {
    grid-template-columns: 1fr;
  }

  .address-panel {
    max-width: none;
  }
}

@media (max-width: 780px) {
  .inner-hero {
    min-height: 390px;
  }

  .inner-hero-overlay {
    background: linear-gradient(0deg, rgba(7, 31, 63, 0.96) 0%, rgba(7, 31, 63, 0.7) 68%, rgba(7, 31, 63, 0.38) 100%);
  }

  .inner-hero-content {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .split-feature,
  .room-grid,
  .list-panels {
    grid-template-columns: 1fr;
  }

  .split-feature-reverse .split-feature-image {
    order: 0;
  }

  .detail-grid-three,
  .contact-card-grid,
  .policy-page-grid,
  .sitemap-groups,
  .restaurant-grid {
    grid-template-columns: 1fr;
  }

  .faq-contact-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-contact-box .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .inner-hero {
    min-height: 360px;
  }

  .inner-hero-content > p:not(.eyebrow) {
    font-size: 1rem;
	    display: none;
  }

  .detail-card,
  .contact-info-card,
  .policy-card,
  .sitemap-group,
  .list-panel,
  .room-card-body,
  .address-panel {
    padding: 1.4rem;
  }

  .two-column-list,
  .mini-facts,
  .policy-dl {
    grid-template-columns: 1fr;
  }

  .directions-field {
    flex-direction: column;
  }

  .directions-field .button {
    width: 100%;
  }

  .split-feature-image,
  .split-feature-image img {
    min-height: 300px;
  }

  .room-card > img {
    height: 260px;
  }

  .distance-list li,
  .restaurant-chip {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}


/* ===== Content and SEO page updates ===== */

.read-more-content h3 {
  margin: 1.75rem 0 0.65rem;
  color: var(--navy-950);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.read-more-list {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 1.4rem;
  padding-left: 1.25rem;
}

.read-more-list li {
  padding-left: 0.25rem;
}

.attractions-intro-copy {
  max-width: 980px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.attractions-grid-five .attraction-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.attractions-grid-five .attraction-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  /*margin-top: auto;&/
  padding-top: 1rem;
  color: var(--orange-800);
  font-weight: 800;
  text-decoration: none;
}

.attractions-grid-five .attraction-link:hover {
  text-decoration: underline;
}

.faq-answer a,
.inner-intro a {
  font-weight: 700;
}

@media (max-width: 640px) {
  .attractions-intro-copy {
    text-align: left;
  }
}

/* Keep the expanded seven-item navigation comfortable on smaller laptops. */
@media (min-width: 1025px) and (max-width: 1180px) {
  .menu-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 88vw);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 6rem 1.25rem 1.5rem;
    background: var(--white);
    box-shadow: -15px 0 45px rgba(7, 31, 63, 0.2);
    transform: translateX(105%);
    transition: transform 260ms ease;
  }

  .primary-nav.is-open {
    transform: translateX(0);
  }

  .primary-nav ul {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-link {
    padding: 0.9rem;
    border-bottom: 1px solid var(--border);
  }

  .nav-link::after {
    display: none;
  }

  .nav-book {
    margin-top: 1rem;
  }
}


/* ===== FAQ + LOCATION PAGE REFINEMENTS (2026-08-07) ===== */
/* FAQ questions: medium body-like size, bold for emphasis. */
.faq-item h2 {
  margin: 0;
  font-size: inherit;
  letter-spacing: normal;
}

.faq-question {
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 800;
}

/* Responsive map displayed in the Location page static hero/slider area. */
.inner-hero > .inner-hero-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  pointer-events: none;
  transform: scale(1.01);
}

/* From / To driving-directions form. */
.directions-form {
  margin-top: 1.35rem;
}

.directions-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) auto;
  gap: 1rem;
  align-items: end;
}

.direction-input-group {
  min-width: 0;
}

.direction-input-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--navy-950);
  font-size: 0.95rem;
  font-weight: 800;
}

.direction-input-group .form-control {
  width: 100%;
  min-height: 50px;
  padding: 0.78rem 0.95rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
}

.direction-input-group .form-control:focus {
  border-color: var(--navy-900);
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.direction-input-group .form-control[readonly] {
  color: var(--navy-950);
  background: var(--blue-50);
  cursor: default;
}

.direction-submit .button {
  min-height: 50px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .directions-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .direction-submit {
    grid-column: 1 / -1;
  }

  .direction-submit .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .faq-question {
    font-size: 1rem;
    padding: 1rem 1.05rem;
  }

  .directions-form-grid {
    grid-template-columns: 1fr;
  }

  .direction-submit {
    grid-column: auto;
  }

  .inner-hero > .inner-hero-map {
    transform: none;
  }
}
