:root {
  --ink: #080808;
  --muted: #858884;
  --paper: #f4f1e9;
  --ivory: #fbfaf4;
  --charcoal: #101112;
  --bronze: #242424;
  --gold: #8d918e;
  --sage: #c7c9c3;
  --line: rgba(8, 8, 8, 0.14);
  --shadow: 0 24px 80px rgba(8, 8, 8, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 4vw, 64px);
  color: var(--ink);
  background: rgba(244, 241, 233, 0.92);
  border-bottom: 1px solid rgba(8, 8, 8, 0.08);
  backdrop-filter: blur(14px);
  transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled {
  padding-block: 10px;
  background: rgba(244, 241, 233, 0.96);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

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

.brand-logo {
  display: block;
  width: 116px;
  height: 92px;
  object-fit: contain;
  object-position: left center;
  filter: contrast(1.08);
}

.site-footer .brand-logo {
  filter: invert(1) grayscale(1) contrast(1.2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: rgba(8, 8, 8, 0.78);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--ink);
}

.header-cta {
  border: 1px solid rgba(8, 8, 8, 0.2);
  border-radius: 999px;
  padding: 11px 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 96vh;
  overflow: hidden;
  color: var(--ivory);
  background: var(--charcoal);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.78), rgba(8, 8, 8, 0.16) 58%, rgba(8, 8, 8, 0.34)),
    url("Foto-kamar/Background LP/IMG_7191.jpg") center right / cover no-repeat;
  transform: scale(1.02);
}

.hero-shade {
  background:
    radial-gradient(circle at 26% 30%, rgba(244, 241, 233, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.78));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 40px));
  padding: 176px 0 84px clamp(20px, 7vw, 96px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
}

h1 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(58px, 9vw, 124px);
  line-height: 0.9;
}

.hero-copy {
  max-width: 560px;
  color: rgba(255, 250, 241, 0.82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 44px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.btn-primary {
  color: var(--ivory);
  background: linear-gradient(135deg, #060606, #2a2a2a);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.btn-secondary {
  color: var(--ivory);
  background: rgba(255, 250, 241, 0.12);
  border: 1px solid rgba(255, 250, 241, 0.24);
}

.hero-stats {
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 250, 241, 0.22);
  border-bottom: 1px solid rgba(255, 250, 241, 0.22);
}

.hero-stats div {
  padding: 20px 22px 20px 0;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--ivory);
  font-size: 19px;
}

.hero-stats span {
  margin-top: 7px;
  color: rgba(255, 250, 241, 0.68);
  font-size: 13px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}

.trust-strip span {
  padding: 22px 18px;
  border-right: 1px solid var(--line);
  color: #181818;
  text-align: center;
  font-weight: 800;
}

.section {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 6vw, 84px);
}

.intro-grid,
.section-heading,
.booking {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
}

.intro p,
.pricing-copy p,
.booking-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.facility-list span {
  border: 1px solid rgba(8, 8, 8, 0.14);
  border-radius: 999px;
  padding: 11px 16px;
  color: var(--ink);
  background: rgba(251, 250, 244, 0.78);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(8, 8, 8, 0.05);
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--charcoal);
  color: var(--ivory);
}

.feature-band article {
  min-height: 300px;
  padding: clamp(34px, 5vw, 62px);
  border-right: 1px solid rgba(255, 250, 241, 0.13);
}

.feature-band span {
  color: #c9cbc7;
  font-weight: 800;
}

.feature-band h3 {
  margin: 42px 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
}

.feature-band p {
  max-width: 330px;
  color: rgba(255, 250, 241, 0.68);
  line-height: 1.7;
}

.section-heading {
  margin-bottom: 34px;
  align-items: end;
}

.text-link {
  border: 0;
  padding: 0;
  background: transparent;
  justify-self: end;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

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

.room-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 20px 54px rgba(23, 20, 17, 0.08);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.room-card:hover,
.room-card:focus-visible {
  border-color: rgba(8, 8, 8, 0.28);
  box-shadow: 0 26px 70px rgba(8, 8, 8, 0.14);
  outline: 0;
  transform: translateY(-4px);
}

.featured-room {
  transform: none;
}

.room-image {
  min-height: 260px;
  background-size: cover;
  background-position: center;
}

.room-image-family {
  background:
    linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.18)),
    url("Foto-kamar/FamilyRoom-BathUp/IMG_7186.jpg") center / cover;
}

.room-image-new {
  background:
    linear-gradient(rgba(24, 20, 17, 0.02), rgba(24, 20, 17, 0.2)),
    url("Foto-kamar/RegulerNewRoom/IMG_7081.jpg") center / cover;
}

.room-image-floor-two {
  background:
    linear-gradient(rgba(24, 20, 17, 0.08), rgba(24, 20, 17, 0.22)),
    url("Foto-kamar/RegulerRoom-Lantai-2/IMG-20240804-WA0015.jpg") center / cover;
}

.room-image-floor-three {
  background:
    linear-gradient(rgba(24, 20, 17, 0.08), rgba(24, 20, 17, 0.22)),
    url("Foto-kamar/RegulerRoom-Lantai-3/IMG-20231119-WA0021.jpg") center / cover;
}

.room-body {
  padding: 24px 24px 26px;
  background:
    linear-gradient(180deg, rgba(251, 250, 244, 0.98), rgba(244, 241, 233, 0.98));
}

.room-body p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.room-body h3 {
  margin-bottom: 0;
  color: #070707;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.room-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.room-body li::before {
  content: "•";
  margin-right: 10px;
  color: var(--ink);
}

.cafe-section {
  background:
    linear-gradient(180deg, rgba(244, 241, 233, 0.98), rgba(251, 250, 244, 0.98));
  border-top: 1px solid var(--line);
}

.cafe-copy {
  max-width: 760px;
  margin: -12px 0 34px;
}

.cafe-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.cafe-slider-shell {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 14px;
  align-items: center;
}

.cafe-menu-slider {
  display: grid;
  grid-auto-columns: minmax(220px, 28%);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 6px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.cafe-menu-slider figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 8, 8, 0.12);
  border-radius: 8px;
  background: #fffefa;
  box-shadow: 0 18px 46px rgba(8, 8, 8, 0.08);
  aspect-ratio: 3 / 4;
  scroll-snap-align: start;
}

.cafe-menu-slider figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: inherit;
}

.cafe-menu-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform 240ms ease;
}

.cafe-menu-slider figure:hover img {
  transform: scale(1.025);
}

.cafe-order-note {
  margin: 18px 60px 0;
  border: 1px solid rgba(8, 8, 8, 0.14);
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(251, 250, 244, 0.76);
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.slider-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(8, 8, 8, 0.16);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(251, 250, 244, 0.92);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(8, 8, 8, 0.1);
}

.slider-button:hover {
  background: #fffefa;
}

.pricing-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 620px);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  padding: clamp(70px, 9vw, 118px) clamp(20px, 6vw, 84px);
  background:
    linear-gradient(115deg, rgba(10, 10, 10, 0.96), rgba(16, 17, 18, 0.84)),
    url("Foto-kamar/Background LP/IMG-20240326-WA0033.jpg") center 44% / cover;
  color: var(--ivory);
}

.pricing-copy p {
  max-width: 560px;
  color: rgba(255, 250, 241, 0.7);
}

.pricing-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.pricing-highlights span {
  border: 1px solid rgba(251, 250, 244, 0.2);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(251, 250, 244, 0.78);
  background: rgba(251, 250, 244, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.pricing-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(251, 250, 244, 0.28);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 30px);
  background:
    linear-gradient(180deg, rgba(251, 250, 244, 0.98), rgba(239, 235, 226, 0.96));
  backdrop-filter: blur(14px);
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.pricing-panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 6px;
}

.pricing-panel-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(8, 8, 8, 0.14);
  text-align: center;
  text-transform: uppercase;
}

.pricing-panel-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
}

.pricing-panel-head strong {
  color: #060606;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: 0.1em;
}

.price-group {
  position: relative;
  z-index: 1;
  padding: 6px 0 20px;
}

.price-group + .price-group {
  border-top: 1px solid rgba(8, 8, 8, 0.14);
  padding-top: 24px;
}

.price-group h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 0 12px;
  border: 1px solid rgba(8, 8, 8, 0.16);
  border-radius: 999px;
  padding: 0 18px;
  color: #f7f3ea;
  background: linear-gradient(135deg, #080808, #2a2a2a);
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 2px;
  border-bottom: 1px solid rgba(8, 8, 8, 0.1);
}

.price-row span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-row strong {
  color: #101010;
  font-size: 19px;
  white-space: nowrap;
}

.price-note {
  padding: 14px 2px 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.discount-note {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 12px;
  border: 1px solid rgba(8, 8, 8, 0.16);
  border-radius: 8px;
  padding: 18px;
  color: #111;
  background: rgba(255, 255, 255, 0.58);
  font-size: clamp(14px, 1.7vw, 17px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.booking {
  background: var(--ivory);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: #4b4238;
  font-size: 13px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 20, 17, 0.18);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: #fffefa;
  font: inherit;
}

input:focus,
select:focus {
  outline: 2px solid rgba(8, 8, 8, 0.16);
  border-color: var(--ink);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 46px clamp(20px, 6vw, 84px);
  background: #090a0b;
  color: var(--ivory);
}

.gallery-modal {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: none;
  color: var(--ink);
}

.gallery-modal.is-open {
  display: block;
}

.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 11, 12, 0.72);
  backdrop-filter: blur(10px);
}

.gallery-dialog {
  position: relative;
  width: min(1120px, calc(100% - 28px));
  max-height: calc(100vh - 40px);
  margin: 20px auto;
  overflow: auto;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.gallery-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 26px clamp(18px, 4vw, 38px);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 241, 232, 0.92);
  backdrop-filter: blur(14px);
}

.gallery-head h2 {
  font-size: clamp(28px, 4vw, 46px);
}

.gallery-close {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--ivory);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.gallery-tabs {
  position: sticky;
  z-index: 2;
  top: 119px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px clamp(18px, 4vw, 38px);
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 233, 0.94);
  backdrop-filter: blur(14px);
}

.gallery-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(8, 8, 8, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--ivory);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.gallery-tabs span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.gallery-category {
  padding: 8px 0 28px;
  scroll-margin-top: 190px;
}

.gallery-category + .gallery-category {
  border-top: 1px solid var(--line);
}

.gallery-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 4vw, 38px) 0;
}

.gallery-category-head h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.gallery-category-head span {
  color: var(--muted);
  font-weight: 900;
  white-space: nowrap;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px clamp(18px, 4vw, 38px) 0;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #1b1916;
  aspect-ratio: 4 / 3;
}

.gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
}

.site-footer p,
.footer-contact {
  color: rgba(255, 250, 241, 0.62);
}

.footer-contact {
  display: grid;
  gap: 10px;
  text-align: right;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero-content {
    padding-left: 20px;
  }

  .hero-stats,
  .trust-strip,
  .feature-band,
  .room-grid,
  .pricing-band,
  .intro-grid,
  .section-heading,
  .booking {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    border-bottom: 1px solid var(--line);
  }

  .featured-room {
    transform: none;
  }

  .text-link {
    justify-self: start;
  }

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

  .cafe-menu-slider {
    grid-auto-columns: minmax(220px, 48%);
  }

  .site-footer {
    display: grid;
  }

  .footer-contact {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .header-cta {
    display: none;
  }

  .brand strong {
    font-size: 13px;
  }

  .hero {
    min-height: 100vh;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(18, 17, 15, 0.56), rgba(18, 17, 15, 0.72)),
      url("Foto-kamar/Background LP/IMG_7191.jpg") center / cover no-repeat;
  }

  h1 {
    font-size: clamp(50px, 18vw, 72px);
  }

  .hero-stats {
    border-bottom: 0;
  }

  .hero-stats div {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 250, 241, 0.18);
  }

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

  .price-row {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .price-row span,
  .price-row strong {
    font-size: 14px;
  }

  .pricing-panel {
    padding: 18px;
  }

  .pricing-panel-head strong {
    font-size: clamp(34px, 12vw, 48px);
    letter-spacing: 0.06em;
  }

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

  .cafe-slider-shell {
    grid-template-columns: 1fr;
  }

  .slider-button {
    display: none;
  }

  .cafe-menu-slider {
    grid-auto-columns: minmax(240px, 86%);
  }

  .cafe-order-note {
    margin-inline: 0;
  }
}
