@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --bg: #05060a;
  --bg-soft: #0b0d12;
  --surface: rgba(255, 255, 255, 0.03);
  --surface-strong: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(255, 255, 255, 0.18);
  --text: #f5f7fb;
  --muted: rgba(245, 247, 251, 0.75);
  --accent: #d7a64a;
  --accent-alt: #7ed0ff;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 16px;
  --radius-lg: 22px;
  --header-height: 80px;
}

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

body {
  font-family: 'Manrope', sans-serif;
  background: radial-gradient(circle at 20% 20%, rgba(126, 208, 255, 0.08), transparent 32%),
              radial-gradient(circle at 80% 0%, rgba(215, 166, 74, 0.12), transparent 35%),
              #05060a;
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

ul {
  list-style: none;
}

.shell {
  width: min(1200px, 100% - 2.5rem);
  margin: 0 auto;
}

.section {
  padding: clamp(3rem, 5vw, 5.5rem) 0;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 4rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
}

h3 {
  font-size: 1.6rem;
}

p {
  color: var(--muted);
  font-size: 1rem;
}

.lede {
  font-size: 1.1rem;
  color: rgba(245, 247, 251, 0.88);
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: var(--accent);
  margin-bottom: 0.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn--solid {
  background: linear-gradient(135deg, #fefefe, #d7dce8);
  color: #05060a;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

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

.btn--ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

.btn--ghost:hover {
  border-color: var(--text);
  background: var(--surface);
}

.nav-cta {
  padding: 0.6rem 1rem;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 6, 10, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo__title {
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.logo__text small {
  letter-spacing: 0.12em;
  font-size: 0.65rem;
  color: var(--muted);
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--muted);
}

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

.nav-ig {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.nav-ig:hover {
  border-color: var(--text);
  background: rgba(255, 255, 255, 0.1);
}

.ig-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M224 202.7A53.3 53.3 0 1 0 277.3 256 53.38 53.38 0 0 0 224 202.7zm124.7-41a54.2 54.2 0 0 0-30.6-30.6c-21.1-8.3-71.3-6.4-94.1-6.4s-73-. 1-94.1 6.4a54.2 54.2 0 0 0-30.6 30.6c-8.3 21.1-6.4 71.3-6.4 94.1s-.1 73 6.4 94.1a54.2 54.2 0 0 0 30.6 30.6c21.1 8.3 71.3 6.4 94.1 6.4s73 .1 94.1-6.4a54.2 54.2 0 0 0 30.6-30.6c8.3-21.1 6.4-71.3 6.4-94.1s1.9-73-6.4-94.1zM224 338a82 82 0 1 1 82-82 81.9 81.9 0 0 1-82 82zm85.6-148a19.1 19.1 0 1 1 19.1-19.1 19 19 0 0 1-19.1 19.1zM400 80a48 48 0 0 0-48-48H96A48 48 0 0 0 48 80v288a48 48 0 0 0 48 48h256a48 48 0 0 0 48-48z'/%3E%3C/svg%3E");
}

.header-address {
  display: none;
  color: var(--text);
  font-weight: 700;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.65rem 0.9rem;
  background: rgba(255, 255, 255, 0.06);
  white-space: nowrap;
}

.hero {
  position: relative;
  padding-top: clamp(3.5rem, 7vh, 5.5rem);
}

.hero__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

.hero__copy {
  display: grid;
  gap: 1rem;
}

.hero__cta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
}

.meta-card {
  padding: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.meta-label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 0.25rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.85rem;
}

.stat-grid li {
  padding: 1rem 1.1rem;
  border: 1px solid var(--border);
  background: var(--surface-strong);
  border-radius: var(--radius);
}

.stat-grid strong {
  display: block;
  font-size: 1.45rem;
  color: #fff;
}

.stat-grid span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero__visual {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.profile-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  min-height: 320px;
  box-shadow: var(--shadow);
}

.profile-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  display: block;
}

.profile-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(5, 6, 10, 0.15), rgba(5, 6, 10, 0.65));
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.profile-card:hover img,
.profile-card:focus-within img {
  transform: scale(1.05);
}

.profile-card:hover .profile-card__overlay,
.profile-card:focus-within .profile-card__overlay {
  opacity: 1;
}

.profile-card .muted {
  color: var(--muted);
}

.profile-card .btn {
  width: 100%;
}

.hero__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-strong);
  background: linear-gradient(145deg, rgba(215, 166, 74, 0.12), rgba(126, 208, 255, 0.08));
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.hero__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(5, 6, 10, 0.6);
  border: 1px solid var(--border);
  backdrop-filter: blur(6px);
  font-weight: 700;
}

.info-card {
  padding: 1.25rem;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-blurb {
  margin-top: 0.5rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 600;
}

.pill--ghost {
  background: rgba(255, 255, 255, 0.05);
}

.section__header {
  max-width: 680px;
  margin-bottom: 2rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.service-card {
  padding: 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.45rem;
}

.tag {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: var(--accent);
}

.section--panel {
  background: linear-gradient(135deg, rgba(215, 166, 74, 0.08), rgba(126, 208, 255, 0.05));
  border-block: 1px solid var(--border);
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.artist-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.8rem;
}

.artist-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.bullet-list li {
  position: relative;
  padding-left: 1rem;
  color: var(--muted);
}

.bullet-list li::before {
  content: '>';
  position: absolute;
  left: 0;
  color: var(--accent);
}

.booking {
  background: linear-gradient(135deg, #d7a64a, #f4e3b2);
  color: #0b0d12;
  border-block: 1px solid rgba(0, 0, 0, 0.08);
}

.booking .eyebrow {
  color: #5b3b00;
}

.booking h2 {
  color: #0b0d12;
}

.booking p {
  color: rgba(11, 13, 18, 0.9);
}

.booking__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
  align-items: center;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  background: rgba(0, 0, 0, 0.08);
  color: #0b0d12;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-weight: 700;
}

.booking__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.booking .btn--solid {
  background: #0b0d12;
  color: #f5f7fb;
}

.booking .btn--ghost {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.12);
  color: #0b0d12;
}

.mobile-cta {
  position: sticky;
  top: var(--header-height);
  width: 100%;
  display: none;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: rgba(5, 6, 10, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  z-index: 1200;
}

.mobile-cta .btn {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  padding-inline: 1rem;
}

.gallery {
  padding-bottom: clamp(3rem, 4vw, 4.5rem);
}

.gallery__grid {
  width: min(1400px, 100% - 1.5rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 200px;
  gap: 0.75rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.visit {
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.visit__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  align-items: start;
}

.visit__card {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  color: var(--accent);
  margin-bottom: 0.25rem;
}

.link-arrow {
  display: inline-flex;
  gap: 0.25rem;
  color: #fff;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.15rem;
}

.text-link {
  color: #fff;
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
}

.text-link:hover, .link-arrow:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 0 3rem;
}

.map-embed {
  width: min(1200px, 100% - 2.5rem);
  margin: 1.5rem auto 0;
}

.map-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  padding-top: 56.25%;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--muted);
}

.footer__brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.footer__links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

@media (max-width: 960px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-nav {
    display: none;
  }

  .header__inner {
    padding: 1rem 0;
  }

  .header-address {
    display: inline-flex;
  }

  .profile-card__overlay {
    opacity: 1;
  }

  .profile-card img {
    transform: none !important;
  }
}

@media (max-width: 700px) {
  .mobile-cta {
    display: flex;
    top: var(--header-height);
  }

  .shell {
    width: min(1100px, 100% - 1.5rem);
  }

  .hero__badge {
    left: 0.75rem;
    bottom: 0.75rem;
  }

  .hero__grid {
    gap: 1.5rem;
  }

  .gallery__grid {
    grid-auto-rows: 170px;
  }
}

@media (min-width: 900px) {
  .gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

