:root {
  /* Light, hotel-friendly palette */
  --bg: #f7f7fb;
  --bg-alt: #ffffff;
  --card: #ffffff;
  --accent: #e6a84a; /* warm golden, injera/coffee vibe */
  --accent-soft: rgba(230, 168, 74, 0.14);
  --text: #1d2230;
  --muted: #6f7690;
  --border: rgba(15, 23, 42, 0.08);
  --danger: #e65a4a;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.08);
  --shadow-chip: 0 10px 30px rgba(15, 23, 42, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #ffffff, #f7f7fb 52%, #edf0f7 100%);
  color: var(--text);
}

body {
  min-height: 100vh;
}

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

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

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 5rem 0 4.5rem;
}

.section-alt {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(247, 247, 251, 0.9));
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header h2 {
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin-bottom: 0.5rem;
}

.section-header p {
  color: var(--muted);
}

/* NAVBAR */

.navbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
  border-bottom: 1px solid var(--border);
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0.4rem;
}

.logo {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
}

.nav-links a {
  position: relative;
  color: var(--muted);
  transition: color 0.2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, var(--accent), var(--danger));
  border-radius: 999px;
  transition: width 0.25s ease;
}

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

.nav-links a:hover::after {
  width: 100%;
}

/* BUTTONS */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, var(--accent), #f0c063);
  color: #1b1205;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: var(--shadow-chip);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.btn:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent-soft);
  box-shadow: none;
}

.btn-outline:hover {
  background: var(--accent-soft);
}

.btn-sm {
  padding: 0.55rem 1.1rem;
  font-size: 0.8rem;
}

/* HERO */

.hero {
  padding: 4.5rem 0 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 3.25rem;
  align-items: center;
}

.hero-text h1 {
  font-size: clamp(2.5rem, 4vw, 3.1rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

.hero-text h1 span {
  background: linear-gradient(135deg, var(--accent), #f0c063);
  -webkit-background-clip: text;
  color: transparent;
}

.subtitle {
  color: var(--muted);
  max-width: 34rem;
  font-size: 0.98rem;
}

.hero-actions {
  margin: 1.7rem 0 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 1.8rem;
}

.hero-highlights h3 {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.hero-highlights p {
  font-size: 0.85rem;
  color: var(--muted);
}

.hero-image-card {
  position: relative;
  border-radius: 24px;
  background: radial-gradient(circle at top left, #ffffff, #f3f4fb);
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero-image-card.small {
  border-radius: 20px;
}

.hero-image {
  border-radius: 18px;
  height: 260px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero-image-room {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),
    url("https://images.pexels.com/photos/164595/pexels-photo-164595.jpeg?auto=compress&cs=tinysrgb&w=1200");
}

.hero-image-food {
  height: 220px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),
    url("https://images.pexels.com/photos/1438672/pexels-photo-1438672.jpeg?auto=compress&cs=tinysrgb&w=1200");
}

.hero-badge {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.info-card {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  background: rgba(5, 6, 8, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-chip);
  max-width: 210px;
}

.info-title {
  font-size: 0.8rem;
  color: var(--accent);
  margin: 0 0 0.15rem;
}

.info-text {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
}

/* LAYOUT HELPERS */

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.two-col-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
}

.two-col-reverse > :first-child {
  order: 2;
}

.two-col-reverse > :last-child {
  order: 1;
}

.card {
  background: var(--card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  padding: 1.6rem 1.5rem;
  box-shadow: var(--shadow-soft);
  font-size: 0.92rem;
}

.card h3 {
  margin-top: 0;
}

.about-card {
  position: relative;
}

.about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(230, 168, 74, 0.5), rgba(255, 255, 255, 0));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: 0.7rem;
  font-size: 0.9rem;
}

.checklist li::before {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  margin-right: 0.5rem;
  background: linear-gradient(135deg, var(--accent), var(--danger));
}

/* ROOMS */

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

.room-card {
  background: linear-gradient(145deg, #ffffff, #f7f7fb);
}

.room-card h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.room-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.room-card ul {
  padding-left: 1.1rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

/* DINING & GALLERY */

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

.gallery-item {
  height: 150px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.7rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 55%);
}

.gallery-item span,
.gallery-item {
  z-index: 1;
}

.gallery-room {
  background-image: url("https://images.pexels.com/photos/271639/pexels-photo-271639.jpeg?auto=compress&cs=tinysrgb&w=1200");
}

.gallery-lobby {
  background-image: url("https://images.pexels.com/photos/258154/pexels-photo-258154.jpeg?auto=compress&cs=tinysrgb&w=1200");
}

.gallery-city {
  background-image: url("https://images.pexels.com/photos/240834/pexels-photo-240834.jpeg?auto=compress&cs=tinysrgb&w=1200");
}

.gallery-food {
  background-image: url("https://images.pexels.com/photos/3323682/pexels-photo-3323682.jpeg?auto=compress&cs=tinysrgb&w=1200");
}

/* CONTACT */

.contact-form {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

label {
  font-size: 0.8rem;
  color: var(--muted);
}

input,
textarea {
  padding: 0.7rem 0.8rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: var(--text);
  font-size: 0.86rem;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(230, 168, 74, 0.35);
}

.contact-card {
  font-size: 0.9rem;
}

.muted {
  color: var(--muted);
  font-size: 0.8rem;
}

/* FOOTER */

.footer {
  border-top: 1px solid var(--border);
  padding: 1.4rem 0 1.6rem;
  background: #ffffff;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--muted);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-image-card {
    max-width: 420px;
    margin: 0 auto;
  }

  .two-col,
  .two-col-reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .two-col-reverse > :first-child,
  .two-col-reverse > :last-child {
    order: initial;
  }

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

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

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

  .hero {
    padding-top: 3.2rem;
  }

  .section {
    padding: 3.6rem 0 3.2rem;
  }

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

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

  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
