:root {
  --color-ink: #23312b;
  --color-muted: #68756d;
  --color-ivory: #fffaf2;
  --color-linen: #f4eadc;
  --color-paper: #ffffff;
  --color-sage: #566f55;
  --color-sage-dark: #293d31;
  --color-pool: #1f7678;
  --color-gold: #c77a36;
  --color-soft-gold: #f5ca82;
  --color-rose: #a86457;
  --color-border: rgba(35, 49, 43, 0.12);
  --shadow-soft: 0 18px 42px rgba(35, 49, 43, 0.13);
  --shadow-subtle: 0 10px 24px rgba(35, 49, 43, 0.08);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-ivory);
  color: var(--color-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  padding-bottom: 72px;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 12px max(22px, calc((100% - var(--max-width)) / 2));
  background: rgba(255, 250, 242, 0.94);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 8px 24px rgba(35, 49, 43, 0.06);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  min-width: 150px;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a,
.category-links a {
  border-radius: 999px;
  color: var(--color-sage-dark);
  font-size: 0.94rem;
  font-weight: 650;
  padding: 10px 13px;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.category-links a:hover,
.category-links a:focus-visible {
  background: rgba(86, 111, 85, 0.12);
  color: var(--color-sage);
  outline: none;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.header-cta {
  background: var(--color-sage-dark);
  color: var(--color-paper);
  padding: 11px 18px;
  box-shadow: 0 12px 24px rgba(35, 49, 43, 0.12);
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible,
.quick-contact a:hover,
.quick-contact a:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76vh;
  padding: 82px max(22px, calc((100% - var(--max-width)) / 2));
  background:
    linear-gradient(90deg, rgba(27, 42, 34, 0.88), rgba(27, 42, 34, 0.56) 44%, rgba(27, 42, 34, 0.2)),
    url("assets/hero-tranquil-hotel.png") center / cover no-repeat;
  color: var(--color-paper);
}

.hero-content {
  width: min(650px, 100%);
}

.hero-logo {
  width: 250px;
  margin-bottom: 24px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

.eyebrow,
.section-kicker,
.package-kicker {
  margin: 0 0 10px;
  color: var(--color-gold);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--color-soft-gold);
}

.hero h1,
.section-heading h2,
.contact-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.06;
  margin: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: 4.6rem;
}

.hero-copy {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.22rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.button {
  padding: 13px 21px;
}

.button-primary {
  background: var(--color-gold);
  color: var(--color-paper);
  box-shadow: 0 14px 26px rgba(199, 122, 54, 0.24);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.46);
  color: var(--color-paper);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.hero-notes li {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  padding: 8px 13px;
}

.package-overview,
.room-gallery,
.inclusions-section,
.package-section,
.contact-section {
  padding: 76px max(22px, calc((100% - var(--max-width)) / 2));
}

.package-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  background: var(--color-ivory);
}

.section-tint {
  background: var(--color-linen);
}

.section-heading {
  max-width: 720px;
}

.section-heading h2,
.contact-content h2 {
  color: var(--color-sage-dark);
  font-size: 2.7rem;
}

.section-heading p:last-child,
.contact-content p {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 1.05rem;
}

.category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.category-links a {
  border: 1px solid rgba(86, 111, 85, 0.2);
  background: var(--color-paper);
  box-shadow: var(--shadow-subtle);
}

.room-gallery {
  background: var(--color-paper);
}

.room-gallery.section-tint {
  background: var(--color-linen);
}

.photo-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  overflow-y: auto;
  background: rgba(35, 49, 43, 0.72);
  padding: 26px;
}

.photo-modal:target {
  display: block;
}

.photo-dialog {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
  border-radius: 8px;
  background: var(--color-paper);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
  padding: 34px;
}

.photo-dialog-small {
  width: min(620px, 100%);
}

.modal-close {
  position: sticky;
  top: 0;
  z-index: 2;
  float: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  background: var(--color-sage-dark);
  color: var(--color-paper);
  font-weight: 800;
  padding: 10px 16px;
  text-decoration: none;
}

.modal-close:hover,
.modal-close:focus-visible {
  background: var(--color-sage);
  outline: none;
}

.modal-whatsapp {
  margin-top: 24px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
  margin-top: 34px;
}

.gallery-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-linen);
  box-shadow: var(--shadow-subtle);
}

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

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

.gallery-feature img {
  height: 474px;
}

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

.package-section {
  scroll-margin-top: 92px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.inclusion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.inclusion-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-paper);
  box-shadow: var(--shadow-subtle);
}

.inclusion-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(86, 111, 85, 0.24), rgba(199, 122, 54, 0.2));
}

.inclusion-card h3 {
  margin: 0;
  padding: 18px 20px;
  color: var(--color-sage-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.package-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-paper);
  box-shadow: var(--shadow-soft);
}

.package-photo {
  position: relative;
  overflow: hidden;
  min-height: 208px;
  background: linear-gradient(135deg, rgba(199, 122, 54, 0.28), rgba(86, 111, 85, 0.26));
}

.package-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 49, 43, 0.02), rgba(35, 49, 43, 0.5));
  content: "";
}

.package-photo img {
  width: 100%;
  height: 208px;
  object-fit: cover;
}

.package-photo span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  max-width: calc(100% - 32px);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.92);
  color: var(--color-sage-dark);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 12px;
  box-shadow: 0 10px 20px rgba(35, 49, 43, 0.12);
}

.package-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.package-body h3 {
  min-height: 58px;
  margin: 0;
  color: var(--color-sage-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
}

.room-type {
  margin: 11px 0 0;
  color: var(--color-muted);
  font-size: 0.96rem;
}

.price {
  margin: 14px 0 0;
  color: var(--color-gold);
  font-size: 1.7rem;
  font-weight: 850;
  line-height: 1.1;
}

.details-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
}

.details-list div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(35, 49, 43, 0.09);
}

.details-list dt,
.details-list dd {
  margin: 0;
  font-size: 0.94rem;
}

.details-list dt {
  color: var(--color-muted);
  font-weight: 750;
}

.details-list dd {
  color: var(--color-ink);
  font-weight: 650;
}

.included-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.included-list li {
  position: relative;
  padding-left: 20px;
  color: var(--color-muted);
  font-size: 0.96rem;
}

.included-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-pool);
  content: "";
}

.button-card {
  width: 100%;
  margin-top: 0;
  background: var(--color-sage-dark);
  color: var(--color-paper);
}

.button-photo {
  width: 100%;
  margin-top: auto;
  border-color: rgba(86, 111, 85, 0.28);
  background: rgba(86, 111, 85, 0.1);
  color: var(--color-sage-dark);
}

.button-photo + .button-card {
  margin-top: 10px;
}

.button-photo:hover,
.button-photo:focus-visible {
  background: rgba(199, 122, 54, 0.13);
  border-color: rgba(199, 122, 54, 0.35);
}

.button-card:hover,
.button-card:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  background: var(--color-sage);
  box-shadow: 0 14px 28px rgba(41, 61, 49, 0.18);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 34px;
  align-items: center;
  background:
    linear-gradient(rgba(255, 250, 242, 0.92), rgba(255, 250, 242, 0.92)),
    url("assets/hero-tranquil-hotel.png") center / cover no-repeat;
}

.contact-content {
  max-width: 690px;
}

.contact-actions .button-secondary {
  background: var(--color-sage-dark);
  border-color: var(--color-sage-dark);
}

.button-map {
  border-color: rgba(35, 49, 43, 0.22);
  background: var(--color-paper);
  color: var(--color-sage-dark);
}

.button-map:hover,
.button-map:focus-visible {
  background: var(--color-linen);
}

.contact-details {
  display: grid;
  gap: 10px;
  border-left: 3px solid var(--color-gold);
  background: rgba(255, 255, 255, 0.74);
  color: var(--color-muted);
  font-style: normal;
  padding: 24px 0 24px 24px;
}

.contact-details strong {
  color: var(--color-sage-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.contact-details a {
  color: var(--color-gold);
  font-weight: 800;
  text-decoration: none;
}

.quick-contact {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: var(--color-sage-dark);
  box-shadow: 0 16px 36px rgba(35, 49, 43, 0.26);
}

.quick-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 96px;
  color: var(--color-paper);
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.quick-contact a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--color-gold);
}

.site-footer {
  padding: 24px max(22px, calc((100% - var(--max-width)) / 2));
  background: var(--color-sage-dark);
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

  .header-cta {
    justify-self: end;
  }

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

@media (max-width: 820px) {
  body {
    padding-bottom: 88px;
  }

  .site-header {
    gap: 12px;
    padding: 10px 18px;
  }

  .brand {
    width: 142px;
    min-width: 132px;
  }

  .header-cta {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.9rem;
  }

  .main-nav {
    margin: 0 -18px;
    padding: 0 18px 3px;
  }

  .main-nav a {
    font-size: 0.9rem;
    padding: 8px 11px;
  }

  .hero {
    min-height: 72vh;
    padding: 58px 22px;
    background:
      linear-gradient(180deg, rgba(27, 42, 34, 0.86), rgba(27, 42, 34, 0.62)),
      url("assets/hero-tranquil-hotel.png") center / cover no-repeat;
  }

  .hero-logo {
    width: 210px;
    margin-bottom: 18px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-copy {
    font-size: 1.08rem;
  }

  .package-overview,
  .room-gallery,
  .inclusions-section,
  .package-section,
  .contact-section {
    padding: 56px 22px;
  }

  .package-overview,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .category-links {
    justify-content: flex-start;
  }

  .photo-modal {
    padding: 14px;
  }

  .photo-dialog {
    padding: 22px;
  }

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

  .section-heading h2,
  .contact-content h2 {
    font-size: 2.25rem;
  }

  .contact-details {
    border-left: 0;
    border-top: 3px solid var(--color-gold);
    padding: 22px 0 0;
    background: transparent;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 0;
  }

  .package-grid,
  .gallery-grid,
  .inclusion-grid {
    grid-template-columns: 1fr;
  }

  .gallery-feature {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item img,
  .gallery-feature img {
    height: 230px;
  }

  .modal-close {
    width: 100%;
    margin-bottom: 18px;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .brand {
    justify-self: start;
    width: 128px;
    min-width: 118px;
  }

  .header-cta {
    justify-self: end;
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .hero-notes li,
  .category-links a {
    font-size: 0.9rem;
  }

  .hero-notes {
    display: none;
  }

  .package-photo {
    min-height: 190px;
  }

  .package-photo img,
  .inclusion-card img {
    height: 190px;
  }

  .package-body h3 {
    min-height: auto;
  }

  .details-list div {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .quick-contact {
    display: none;
  }
}
