:root {
  --color-ink: #191512;
  --color-coal: #0d0a08;
  --color-gold: #d9a63b;
  --color-gold-deep: #b8811d;
  --color-sand: #f4ede1;
  --color-stone: #d8c7ab;
  --color-olive: #62553e;
  --color-white: #ffffff;
  --shadow-soft: 0 24px 60px rgba(25, 21, 18, 0.14);
  --shadow-card: 0 18px 40px rgba(25, 21, 18, 0.1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--color-ink);
  background:
    radial-gradient(circle at top left, rgba(217, 166, 59, 0.14), transparent 30%),
    linear-gradient(180deg, #fbf8f2 0%, #f7f3ec 100%);
}

.container {
  max-width: 1440px;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.03em;
}

p {
  color: rgba(25, 21, 18, 0.78);
  line-height: 1.8;
}

a {
  text-decoration: none;
}

.site-navbar {
  padding: 0.9rem 0;
  background: linear-gradient(180deg, rgba(13, 10, 8, 0.8), rgba(13, 10, 8, 0.38));
  backdrop-filter: blur(14px);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-navbar.is-scrolled {
  background: rgba(13, 10, 8, 0.94);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  flex-shrink: 0;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.35rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.brand-logo {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  color: var(--color-white);
  font-size: 0.95rem;
}

.brand-copy small {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.72);
}

.navbar-collapse {
  align-items: center;
}

.nav-menu {
  gap: 0.1rem;
}

.nav-link {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86) !important;
  white-space: nowrap;
  font-size: 0.95rem;
  padding: 0.6rem 0.8rem !important;
}

.nav-link.active {
  color: var(--color-gold) !important;
}

.nav-cta {
  flex-shrink: 0;
}

.nav-book-btn {
  padding: 0.82rem 1.35rem;
  font-size: 0.96rem;
  box-shadow: 0 10px 24px rgba(217, 166, 59, 0.2);
}

.btn {
  border-radius: 999px;
  padding: 0.9rem 1.55rem;
  font-weight: 700;
}

.btn-sand {
  border: 0;
  background: linear-gradient(135deg, var(--color-gold), #efc264);
  color: var(--color-coal);
}

.btn-sand:hover,
.btn-sand:focus {
  background: linear-gradient(135deg, #efc264, #f6d186);
  color: var(--color-coal);
}

.btn-deep {
  border: 0;
  background: var(--color-coal);
  color: var(--color-white);
}

.btn-deep:hover,
.btn-deep:focus {
  background: #2a231d;
  color: var(--color-white);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--color-white);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-home {
  background-image: linear-gradient(rgba(13, 10, 8, 0.48), rgba(13, 10, 8, 0.62)), url("/assets/images/hero/banenr-img4.jpg");
}

.hero-about {
  background-image: linear-gradient(rgba(13, 10, 8, 0.44), rgba(13, 10, 8, 0.62)), url("/assets/images/gallery/About_us.jpg");
}

.hero-rooms {
  background-image: linear-gradient(rgba(13, 10, 8, 0.44), rgba(13, 10, 8, 0.62)), url("/assets/images/rooms/Gimanfree_Beach_Resort_01.jpg");
}

.hero-wellness {
  background-image: linear-gradient(rgba(13, 10, 8, 0.46), rgba(13, 10, 8, 0.66)), url("/assets/images/wellness/Ayurveda_Centre.jpg");
}

.hero-diving {
  background-image: linear-gradient(rgba(13, 10, 8, 0.5), rgba(13, 10, 8, 0.66)), url("/assets/images/hero/banenr-img3.jpg");
}

.hero-experiences {
  background-image: linear-gradient(rgba(13, 10, 8, 0.48), rgba(13, 10, 8, 0.64)), url("/assets/images/experiences/Attractions_Around_Passikudah_4.jpg");
}

.hero-contact {
  background-image: linear-gradient(rgba(13, 10, 8, 0.54), rgba(13, 10, 8, 0.68)), url("/assets/images/hero/title_bar.jpg");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(217, 166, 59, 0.14), transparent 25%),
    radial-gradient(circle at 85% 22%, rgba(255, 210, 120, 0.14), transparent 22%);
}

.min-vh-60 {
  min-height: 76vh;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.section-kicker {
  color: var(--color-gold-deep);
}

.text-sand {
  color: #f3d48f;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(3rem, 5.2vw, 5.2rem);
  line-height: 0.97;
}

.hero-summary {
  max-width: 760px;
  margin-top: 1rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-intro-band {
  position: relative;
  margin-top: -84px;
  padding: 0 0 2rem;
  z-index: 3;
}

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

.section-space {
  padding: 6rem 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(244, 237, 225, 0.92), rgba(255, 255, 255, 0.92));
}

.section-dark {
  background:
    radial-gradient(circle at top, rgba(217, 166, 59, 0.16), transparent 18%),
    linear-gradient(180deg, #17110e 0%, #231a14 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2,
main h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin-bottom: 1rem;
}

.lead-text {
  font-size: 1.1rem;
}

.glass-info-card,
.feature-card,
.info-card,
.content-panel,
.form-panel,
.booking-box,
.split-banner,
.editorial-card,
.destination-card,
.map-frame {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.glass-info-card {
  height: 100%;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(247, 239, 224, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.glass-info-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.feature-card,
.info-card,
.content-panel,
.form-panel,
.editorial-card,
.destination-card {
  height: 100%;
  padding: 1.9rem;
  background: var(--color-white);
}

.destination-card {
  padding: 1rem;
}

.destination-body {
  padding: 1.25rem 0.5rem 0.5rem;
}

.editorial-card {
  background: linear-gradient(180deg, #fffdf9 0%, #f6efe3 100%);
  border: 1px solid rgba(184, 129, 29, 0.14);
}

.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(217, 166, 59, 0.16);
  color: var(--color-gold-deep);
  font-weight: 800;
}

.text-link {
  color: var(--color-gold-deep);
  font-weight: 700;
}

.stacked-visual {
  position: relative;
  min-height: 560px;
}

.visual {
  position: absolute;
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
  background-size: cover;
  background-position: center;
}

.visual-lg {
  inset: 0 90px 80px 0;
}

.visual-sm {
  right: 0;
  bottom: 0;
  width: 260px;
  height: 260px;
  border: 12px solid rgba(255, 255, 255, 0.95);
}

.visual-shore {
  background-image: url("/assets/images/hero/banenr-img4-1.jpg");
}

.visual-dining {
  background-image: url("/assets/images/rooms/Giman_Free_room_03.jpg");
}

.feature-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  background: #d8c7ab;
}

.feature-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.feature-photo:hover img {
  transform: scale(1.03);
}

.feature-photo-xl {
  min-height: 520px;
}

.feature-photo-sm {
  min-height: 248px;
}

.feature-photo-xs {
  min-height: 180px;
}

.feature-photo-contact {
  min-height: 260px;
}

.feature-photo-caption {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(13, 10, 8, 0.28), rgba(13, 10, 8, 0.7));
  backdrop-filter: blur(8px);
  color: var(--color-white);
}

.feature-photo-caption span {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 233, 184, 0.86);
}

.feature-photo-caption strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.05rem;
  line-height: 1.4;
}

.icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-list li {
  position: relative;
  padding-left: 1.45rem;
  margin-bottom: 0.8rem;
}

.icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-gold);
}

.booking-box {
  padding: 1.9rem;
  background: linear-gradient(145deg, #211711 0%, #3a281b 100%);
  color: var(--color-white);
}

.booking-box p,
.booking-box h3 {
  color: var(--color-white);
}

.split-banner {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.prose-panel {
  max-width: 1000px;
}

.map-frame {
  overflow: hidden;
  background: var(--color-white);
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 460px;
  border: 0;
}

.site-footer {
  padding: 4.5rem 0 2rem;
  background: #110d0b;
  color: rgba(255, 255, 255, 0.88);
}

.prefooter-inquiry-row {
  padding: 0 0 2rem;
}

.prefooter-inquiry-card {
  padding: 2rem 2.2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, #231710 0%, #3a281b 100%);
  box-shadow: var(--shadow-soft);
}

.prefooter-inquiry-card h3,
.prefooter-inquiry-card p {
  color: var(--color-white);
}

.prefooter-inquiry-btn {
  min-width: 220px;
}

.footer-layout > div {
  display: flex;
}

.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.9);
}

.footer-brand-card,
.footer-info-card,
.footer-map-card {
  width: 100%;
  padding: 1.6rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.footer-brand-merged {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-brand-head {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-logo-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.footer-brand-title h3 {
  margin-bottom: 0;
}

.footer-logo-wrap {
  display: inline-flex;
  padding: 0.35rem 0.45rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
}

.footer-logo-wrap-alt {
  background: transparent;
  padding: 0;
}

.footer-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}

.footer-logo-alt {
  width: 120px;
}

.footer-contact-block {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-info-card h4,
.footer-brand-card h3,
.footer-map-card h4 {
  margin-bottom: 1rem;
}

.footer-map-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-map-copy h4 {
  margin-bottom: 0;
}

.footer-map-frame {
  overflow: hidden;
  border-radius: 22px;
  flex: 1 1 auto;
  min-height: 0;
  background: rgba(255, 255, 255, 0.08);
}

.footer-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  border: 0;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li {
  margin-bottom: 0.7rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.form-control {
  border-radius: 18px;
  border: 1px solid rgba(98, 85, 62, 0.22);
  padding: 0.95rem 1rem;
}

.form-control:focus {
  border-color: rgba(184, 129, 29, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(217, 166, 59, 0.15);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(13, 10, 8, 0.94);
    align-items: stretch;
  }

  .brand-logo {
    width: 128px;
  }

  .nav-menu {
    gap: 0;
  }

  .nav-link {
    white-space: normal;
    font-size: 1rem;
    padding: 0.7rem 0 !important;
  }

  .nav-cta {
    margin-top: 1rem;
  }

  .hero-metrics-grid {
    grid-template-columns: 1fr;
  }

  .section-space {
    padding: 4.5rem 0;
  }

  .stacked-visual {
    min-height: 430px;
  }

  .split-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .prefooter-inquiry-card {
    padding: 1.6rem;
  }

  .footer-contact-block {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-map-frame iframe {
    min-height: 240px;
  }
}

@media (max-width: 767.98px) {
  .page-hero h1 {
    font-size: 2.7rem;
  }

  .brand-copy {
    display: none;
  }

  .brand-logo {
    width: 138px;
  }

  .hero-intro-band {
    margin-top: -40px;
  }

  .visual-lg {
    inset: 0 0 85px 0;
  }

  .visual-sm {
    width: 180px;
    height: 180px;
  }

  .feature-photo-xl {
    min-height: 340px;
  }

  .feature-photo-sm,
  .feature-photo-xs,
  .feature-photo-contact {
    min-height: 220px;
  }

  .content-panel,
  .form-panel,
  .feature-card,
  .info-card,
  .glass-info-card,
  .booking-box,
  .editorial-card,
  .footer-brand-card,
  .footer-info-card,
  .footer-map-card {
    padding: 1.45rem;
  }

  .footer-brand-head {
    align-items: flex-start;
  }

  .footer-logo-alt {
    width: 96px;
  }
}
