:root {
  --kerta-red: #7a121b;
  --kerta-red-dark: #5b0f15;
  --kerta-cream: #fcf4ea;
  --kerta-text: #2d2323;
  --kerta-muted: #6f6767;
  --kerta-border: rgba(122, 18, 27, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--kerta-text);
  background: #fffdf9;
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--kerta-red);
}

a:hover {
  color: var(--kerta-red-dark);
}

.site-header {
  background: rgba(91, 15, 21, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.navbar-brand .brand-mark {
  height: 42px;
  width: auto;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  padding-inline: 0.8rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.btn-primary {
  background: var(--kerta-red);
  border-color: var(--kerta-red);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--kerta-red-dark);
  border-color: var(--kerta-red-dark);
}

.btn-outline-dark,
.btn-outline-light {
  border-width: 1.5px;
}

.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero {
  background:
    linear-gradient(135deg, rgba(252, 244, 234, 0.95), rgba(255,255,255,0.96)),
    url('../images/GH-Header-1-desk-1366x504.jpg') center/cover;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--kerta-red);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: 'Alegreya', serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.15;
  margin-bottom: 1rem;
  color: var(--kerta-red-dark);
}

.max-650 {
  max-width: 650px;
}

.hero-card,
.room-card,
.review-card,
.news-card,
.contact-card,
.info-card {
  background: #fff;
  border: 1px solid var(--kerta-border);
  border-radius: 1.25rem;
  box-shadow: 0 16px 40px rgba(18, 18, 18, 0.06);
  overflow: hidden;
}

.hero-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-card > img,
.gallery-card > img,
.info-card > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.room-card > img:not([src$=".svg"]),
.room-card > img:not(.about-svg) {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 20px 20px 20px 20px;
}

/* .about-svg {
  width: 100%;
  height: auto;
  max-width: 16rem;
  aspect-ratio: 4 / 3;
  object-fit: scale-down;
  padding: 2rem;
  background: #fff;
  display: block;
  margin: 0 auto;
} */

/* .info-card > img {
  object-fit: contain;
  background: #fff;
} */

.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--kerta-border);
  background: rgba(255,255,255,0.8);
  color: var(--kerta-text);
  text-decoration: none;
  line-height: 1;
}

.section-soft {
  background: linear-gradient(180deg, rgba(252,244,234,0.5), rgba(255,255,255,0.9));
}

.about-visual {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.about-mark {
  max-width: 220px;
  margin: 0;
}

.about-visual-image {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .about-visual-image {
    margin-top: 2.8rem;
  }
}

.room-card > img:not([src$=".svg"]),
.gallery-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-card h3,
.news-card h3 {
  font-family: 'Alegreya', serif;
  color: var(--kerta-red-dark);
}

.review-card p {
  font-size: 1rem;
  color: var(--kerta-text);
}

.text-accent {
  color: var(--kerta-red);
}

.gallery-card {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--kerta-border);
}

.gallery-card:hover img {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.contact-list .icon,
.social-link .icon {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  display: inline-block;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--kerta-red);
  color: #fff;
  text-decoration: none;
}

.social-link:hover {
  background: var(--kerta-red-dark);
  color: #fff;
}

.site-footer {
  background: var(--kerta-red-dark);
  color: #fff;
}

.site-footer .text-muted {
  color: rgba(255,255,255,0.75) !important;
}

.wa-green {
    color: #25d366;
}

.bi-custom {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.125em; /* Perfectly aligns icon with adjacent text */
}
.bi-custom svg {
  display: block;
  width: 100%;
  height: 100%;
}