:root {
  --scarlet: #8f1d2c;
  --scarlet-dark: #5d111c;
  --gold: #c89b4f;
  --ink: #17110f;
  --muted: #6f6460;
  --cream: #fbf6ef;
  --paper: #fffdf9;
  --line: rgba(23, 17, 15, 0.12);
  --shadow: 0 22px 70px rgba(34, 20, 15, 0.14);
  --radius: 8px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.eyebrow {
  color: var(--scarlet);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.1rem, 8vw, 7.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 2.2rem);
}

p {
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  max-width: 760px;
}

.section {
  padding: 92px 0;
}

.section.alt {
  background: var(--cream);
}

.section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 38px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid var(--scarlet);
  border-radius: var(--radius);
  background: var(--scarlet);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--scarlet-dark);
  border-color: var(--scarlet-dark);
}

.btn.secondary {
  background: transparent;
  color: var(--scarlet);
}

.btn.secondary:hover {
  background: var(--scarlet);
  color: #fff;
}

.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
}

.topbar .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(200, 155, 79, 0.55);
}

.brand span {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.brand small {
  display: block;
  margin-top: -4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #3f3531;
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--scarlet);
  background: rgba(143, 29, 44, 0.08);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  --hero-image: url("../images/Suite-Room-(5).jpg");
  min-height: calc(100vh - 116px);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-image) var(--hero-position, center)/cover no-repeat;
  /* filter: blur(7px) saturate(1.08); */
  /* transform: scale(1.08); */
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 6, 5, 0.9) 0%, rgba(20, 9, 7, 0.68) 48%, rgba(20, 9, 7, 0.38) 100%),
    linear-gradient(0deg, rgba(12, 6, 5, 0.85) 0%, rgba(20, 9, 7, 0.45) 50%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 92px 0 64px;
  max-width: 900px;
}

.hero h1 {
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: #f3c978;
}

.hero p {
  max-width: 660px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.04rem, 1.5vw, 1.3rem);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(18, 10, 8, 0.76);
  backdrop-filter: blur(10px);
}

.hero-meta div {
  min-height: 92px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-meta strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.hero-meta span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.page-hero {
  min-height: 420px;
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
}

.page-hero--about {
  --hero-image: url("../images/Exterior-(3).jpg");
  --hero-position: center 40%;
}

.page-hero--rooms {
  --hero-image: url("../images/Deluxe-Room-(3).jpg");
  --hero-position: center;
}

.page-hero--gallery {
  --hero-image: url("../images/Premier-Room-(2).jpg");
  --hero-position: center;
}

.page-hero--amenities {
  --hero-image: url("../images/Salt-Restaurant-(2).jpg");
  --hero-position: center 35%;
}

.page-hero--blog {
  --hero-image: url("../images/Suite-Room-(1).jpg");
  --hero-position: center;
}

.page-hero--contact {
  --hero-image: url("../images/Reception.jpg");
  --hero-position: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-image) var(--hero-position, center)/cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 6, 5, 0.9) 0%, rgba(20, 9, 7, 0.72) 42%, rgba(20, 9, 7, 0.45) 100%),
    linear-gradient(0deg, rgba(12, 6, 5, 0.88) 0%, rgba(20, 9, 7, 0.4) 55%, transparent 100%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding: 78px 0 58px;
}

.page-hero h1 {
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}

.page-hero p {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

.image-stack {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 16px;
  align-items: end;
}

.image-stack img {
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-stack img:first-child {
  height: 320px;
}

.stats-grid,
.highlight-grid,
.room-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.highlight-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat,
.feature,
.room-card,
.review-card,
.blog-card,
.contact-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(34, 20, 15, 0.06);
}

.stat,
.feature {
  padding: 24px;
}

.stat strong,
.feature strong {
  display: block;
  color: var(--scarlet);
  font-size: 2rem;
  line-height: 1;
}

.stat span,
.feature span {
  color: var(--muted);
  font-weight: 700;
}

.room-card {
  overflow: hidden;
}

.room-card img,
.blog-card img {
  height: 260px;
  object-fit: cover;
}

.room-card-body,
.blog-card-body {
  padding: 24px;
  display: grid;
  gap: 14px;
}

.room-card ul,
.policy-list,
.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-card li,
.policy-list li,
.check-list li {
  display: flex;
  gap: 10px;
  color: var(--muted);
}

.room-card li::before,
.policy-list li::before,
.check-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.band {
  padding: 54px 0;
  background: var(--scarlet);
  color: #fff;
}

.band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.band p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.reviews {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 30px;
  align-items: start;
}

.rating-box {
  padding: 32px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}

.rating-box strong {
  display: block;
  color: #f3c978;
  font-size: 3.4rem;
  line-height: 1;
}

.review-list {
  display: grid;
  gap: 16px;
}

.review-card {
  padding: 24px;
}

.review-card blockquote {
  margin: 0;
  color: #3f3531;
}

.review-card cite {
  display: block;
  margin-top: 12px;
  color: var(--scarlet);
  font-style: normal;
  font-weight: 800;
}

.gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-btn {
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.filter-btn.active {
  border-color: var(--scarlet);
  background: var(--scarlet);
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-item {
  min-height: 220px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: #eee;
  cursor: pointer;
}

.gallery-item img {
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 220ms ease;
}

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

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

.amenity {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.amenity-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(143, 29, 44, 0.1);
  color: var(--scarlet);
  font-size: 1.35rem;
  font-weight: 900;
}

.headline-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(143, 29, 44, 0.1);
  color: var(--scarlet);
  font-size: 1.1rem;
  vertical-align: 0.08em;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.contact-card {
  padding: 28px;
  display: grid;
  gap: 18px;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: #3f3531;
  font-size: 0.9rem;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
}

.field textarea {
  min-height: 132px;
  resize: vertical;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--muted);
}

.faq-item.open .faq-answer {
  display: block;
}

.map-embed {
  min-height: 390px;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
}

.map-embed iframe {
  width: 100%;
  height: 390px;
  border: 0;
}

.site-footer {
  background: #120b09;
  color: rgba(255, 255, 255, 0.78);
  padding: 62px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 0.75fr 1fr;
  gap: 34px;
}

.site-footer h3 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 16px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a:hover {
  color: #f3c978;
}

.footer-brand img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 16px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(10, 6, 5, 0.88);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 82vh;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 180ms ease, filter 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  filter: brightness(0.98);
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
  display: block;
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(243, 201, 120, 0.95);
  outline-offset: 4px;
}

@media (max-width: 680px) {
  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 980px) {
  .topbar {
    display: none;
  }

  .nav {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 20px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-actions .btn {
    display: none;
  }

  .split,
  .reviews,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-meta,
  .highlight-grid.four,
  .stats-grid,
  .room-grid,
  .blog-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .band .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  .section {
    padding: 64px 0;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand span {
    font-size: 1.12rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding: 72px 0 42px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-actions,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .band .btn {
    width: 100%;
  }

  .hero-meta,
  .highlight-grid.four,
  .stats-grid,
  .room-grid,
  .blog-grid,
  .gallery-grid,
  .amenity-list,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-stack img,
  .image-stack img:first-child {
    height: 270px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
