:root {
  --ink: #13242f;
  --ink-soft: #3f5563;
  --sand: #f6eee6;
  --cream: #fffaf4;
  --teal: #008b95;
  --teal-deep: #00616a;
  --coral: #ff7f66;
  --sky: #dff2f6;
  --line: rgba(19, 36, 47, 0.14);
  --shadow-lg: 0 24px 64px rgba(19, 36, 47, 0.18);
  --shadow-md: 0 16px 36px rgba(19, 36, 47, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% -10%, #ffd6bf 0%, transparent 34%),
    radial-gradient(circle at 92% 12%, #d8f7ff 0%, transparent 35%),
    linear-gradient(180deg, #fff8f1 0%, #f7fbfc 100%);
  overflow-x: hidden;
}

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

h1,
h2,
h3 {
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0.01em;
}

.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  position: relative;
  scroll-margin-top: 90px;
}

.aurora-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.9;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 127, 102, 0.2) 0%, transparent 34%),
    radial-gradient(circle at 84% 10%, rgba(0, 139, 149, 0.18) 0%, transparent 36%),
    radial-gradient(circle at 40% 100%, rgba(255, 243, 224, 0.9) 0%, transparent 45%);
}

.custom-nav {
  padding: 0.85rem 0;
  background: rgba(255, 250, 244, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.custom-nav.scrolled {
  padding: 0.45rem 0;
  border-bottom-color: var(--line);
  box-shadow: 0 10px 24px rgba(19, 36, 47, 0.08);
}

.navbar-brand {
  font-family: "Bodoni Moda", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.03em;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--teal-deep);
}

.custom-nav .nav-link {
  color: var(--ink-soft);
  font-weight: 500;
  margin-left: 0.9rem;
  transition: color 0.2s ease;
}

.custom-nav .nav-link:hover,
.custom-nav .nav-link:focus {
  color: var(--teal-deep);
}

.navbar-toggler {
  border-color: rgba(19, 36, 47, 0.3);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819,36,47,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero {
  padding-top: clamp(7rem, 16vw, 11rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(255, 127, 102, 0.35);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  background: rgba(255, 255, 255, 0.6);
  color: #904233;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.hero h1 {
  font-size: clamp(2.3rem, 6.2vw, 4.6rem);
  line-height: 0.95;
  margin: 1rem 0 1.2rem;
}

.hero-subtitle {
  font-size: clamp(1.03rem, 1.8vw, 1.25rem);
  max-width: 44ch;
  color: var(--ink-soft);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  border: none;
  background: linear-gradient(130deg, var(--teal), #1fa7b2);
  box-shadow: 0 12px 24px rgba(0, 139, 149, 0.28);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(130deg, var(--teal-deep), var(--teal));
}

.btn-outline-light {
  border: 1px solid rgba(19, 36, 47, 0.28);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(19, 36, 47, 0.45);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.42rem 0.82rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(19, 36, 47, 0.08);
}

.hero-media-wrap {
  position: relative;
  min-height: clamp(350px, 54vw, 510px);
}

.card-shadow {
  box-shadow: var(--shadow-lg);
}

.hero-main-image {
  border-radius: 28px;
  overflow: hidden;
  width: 82%;
  margin-left: auto;
}

.hero-main-image img {
  width: 100%;
  height: clamp(300px, 52vw, 520px);
  object-fit: cover;
}

.hero-floating-image {
  border-radius: 20px;
  overflow: hidden;
  width: 44%;
  position: absolute;
  left: 0;
  bottom: 2rem;
  animation: float 7s ease-in-out infinite;
}

.hero-floating-image img {
  width: 100%;
  height: clamp(180px, 26vw, 260px);
  object-fit: cover;
}

.hero-floating-stat {
  position: absolute;
  right: 0;
  bottom: -1.2rem;
  max-width: 240px;
  border-radius: 18px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(19, 36, 47, 0.08);
}

.hero-floating-stat strong {
  display: block;
  font-size: 1.1rem;
}

.hero-floating-stat small {
  color: var(--ink-soft);
  line-height: 1.25;
}

.section-intro {
  padding-top: 1.5rem;
}

.doc-intro {
  border-radius: 20px;
  padding: clamp(1.2rem, 3.2vw, 2rem);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(19, 36, 47, 0.09);
  box-shadow: var(--shadow-md);
}

.doc-intro h2 {
  font-size: clamp(1.7rem, 4.1vw, 2.45rem);
  margin: 0.35rem 0 0.9rem;
}

.doc-intro p {
  color: var(--ink-soft);
  margin-bottom: 0.7rem;
}

.feature-card {
  border-radius: 18px;
  padding: 1.5rem;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.9), rgba(251, 247, 243, 0.84));
  border: 1px solid rgba(19, 36, 47, 0.08);
  box-shadow: var(--shadow-md);
}

.feature-card i {
  font-size: 1.6rem;
  color: var(--coral);
}

.feature-card h3 {
  margin: 0.8rem 0 0.45rem;
  font-size: 1.45rem;
}

.feature-card p {
  margin: 0;
  color: var(--ink-soft);
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.section-kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-deep);
}

.section-head h2,
.section-location h2,
.section-contact h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-top: 0.35rem;
}

.unit-card {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 24px;
  border: 1px solid rgba(19, 36, 47, 0.09);
  box-shadow: var(--shadow-md);
  padding: 1.35rem;
}

.unit-logo {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0.9rem;
  background: linear-gradient(135deg, #f0dfd4, #f5f4fa);
}

.unit-logo img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.unit-card h3 {
  font-size: 2rem;
  margin-bottom: 0.55rem;
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  color: #0f1e29;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.62);
}

.unit-name {
  line-height: 1.05;
}

.unit-capacity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 97, 106, 0.28);
  background: rgba(0, 139, 149, 0.12);
  color: var(--teal-deep);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.58em;
  line-height: 1;
  letter-spacing: 0.03em;
  font-variant-numeric: lining-nums tabular-nums;
}

.unit-card p {
  color: var(--ink-soft);
}

.unit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.unit-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.22rem 0;
  font-weight: 500;
}

.unit-list i {
  color: var(--teal-deep);
}

.unit-image {
  border-radius: 16px;
  overflow: hidden;
}

.unit-image img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.section-gallery {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(230, 248, 250, 0.45));
}

.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 120px;
}

.gallery-item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 6;
}

.gallery-item.tall {
  grid-row: span 4;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

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

.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-bottom: 1rem;
}

.amenities span {
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(19, 36, 47, 0.1);
}

.doc-note {
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
  color: #5f7583;
}

.activity-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.83);
  border: 1px solid rgba(19, 36, 47, 0.08);
  box-shadow: var(--shadow-md);
  padding: 1.45rem;
}

.activity-card h3 {
  font-size: 1.7rem;
}

.activity-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.section-details {
  background: linear-gradient(180deg, rgba(255, 247, 240, 0.7), rgba(236, 247, 250, 0.55));
}

.details-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 36, 47, 0.1);
  box-shadow: var(--shadow-md);
  padding: 1.25rem;
}

.details-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.details-card p {
  margin-bottom: 0.65rem;
  color: var(--ink-soft);
}

.details-list {
  margin: 0;
  padding-left: 1.1rem;
}

.details-list li {
  margin-bottom: 0.25rem;
  color: var(--ink-soft);
}

.details-list.two-col {
  columns: 2;
  column-gap: 1.25rem;
}

.section-location {
  background:
    linear-gradient(180deg, rgba(245, 235, 226, 0.55), rgba(235, 247, 249, 0.45));
}

.location-points p {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}

.location-points i {
  color: var(--teal-deep);
}

.location-carousel {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.location-carousel img {
  height: min(65vw, 470px);
  object-fit: cover;
}

.section-contact {
  padding-bottom: 3rem;
}

.contact-box {
  border-radius: 24px;
  padding: clamp(1.4rem, 5vw, 2.7rem);
  background:
    linear-gradient(130deg, rgba(0, 97, 106, 0.94), rgba(19, 36, 47, 0.95)),
    url("../img/location-04-768.webp") center / cover;
  color: #ecf4f7;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
}

@media (min-width: 992px) {
  .contact-box {
    background:
      linear-gradient(130deg, rgba(0, 97, 106, 0.94), rgba(19, 36, 47, 0.95)),
      url("../img/location-04-1366.webp") center / cover;
  }
}

@media (max-width: 575.98px) {
  .contact-box {
    background:
      linear-gradient(130deg, rgba(0, 97, 106, 0.94), rgba(19, 36, 47, 0.95)),
      url("../img/location-04-480.webp") center / cover;
  }
}

.contact-box .section-kicker {
  color: #c7eff2;
}

.contact-box h2 {
  margin-bottom: 0.65rem;
}

.contact-box p {
  margin-bottom: 0;
  color: #dbeef0;
  max-width: 52ch;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.contact-links a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.2s ease;
}

.contact-links a:hover,
.contact-links a:focus {
  background: rgba(255, 255, 255, 0.24);
}

.contact-phone {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.pending-phone {
  border-style: dashed;
  opacity: 0.9;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
  color: var(--ink-soft);
  padding: 1.2rem 0;
}

.footer-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.footer-capacity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 97, 106, 0.28);
  background: rgba(0, 139, 149, 0.12);
  color: var(--teal-deep);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
}

.footer-sep {
  margin: 0 0.12rem;
  color: #77919d;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991.98px) {
  .hero-main-image {
    width: 88%;
  }

  .hero-floating-image {
    width: 42%;
    left: 1rem;
    bottom: 0.5rem;
  }

  .hero-floating-stat {
    right: 0.8rem;
    bottom: -1rem;
  }

  .gallery-item {
    grid-column: span 6;
  }

  .gallery-item.wide {
    grid-column: span 12;
  }
}

@media (max-width: 767.98px) {
  .custom-nav {
    background: rgba(255, 250, 244, 0.9);
  }

  .custom-nav .nav-link {
    margin-left: 0;
  }

  .hero-media-wrap {
    min-height: 360px;
  }

  .hero-main-image {
    width: 100%;
    margin-left: 0;
  }

  .hero-main-image img {
    height: 330px;
  }

  .hero-floating-image {
    display: none;
  }

  .hero-floating-stat {
    left: 0.7rem;
    right: auto;
    bottom: 0.7rem;
    max-width: 220px;
  }

  .section-head {
    margin-bottom: 1.7rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 140px;
  }

  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .location-carousel img {
    height: 360px;
  }

  .contact-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .details-list.two-col {
    columns: 1;
  }

  .unit-card h3 {
    gap: 0.4rem;
  }

  .unit-capacity {
    font-size: 0.6em;
  }

  .footer-meta {
    gap: 0.24rem;
  }

  .footer-sep {
    margin: 0 0.06rem;
  }
}
