html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #3c4452;
  background: #ffffff;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4,
.section-title,
.display-title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color: #1f2733;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.005em;
}

.display-title {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  margin-bottom: 1.25rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1180px;
}

.section {
  position: relative;
  padding-top: clamp(4rem, 9vw, 7.5rem);
  padding-bottom: clamp(4rem, 9vw, 7.5rem);
}
.section > .container {
  position: relative;
  z-index: 1;
}

.section--cream {
  background: #f7f3ec;
}

.section--ink {
  background: #1f2733;
  color: rgba(255, 255, 255, 0.85);
}

.section-head {
  max-width: 640px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

.section-sub {
  color: #7a818c;
  font-size: 1.05rem;
  margin-bottom: 0;
}

.eyebrow {
  display: inline-block;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c08e2f;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.6rem;
}
.eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2rem;
  height: 2px;
  background: #d9a441;
}
.eyebrow--light {
  color: #eccb85;
}
.text-center .eyebrow {
  padding-left: 0;
}
.text-center .eyebrow::before {
  display: none;
}

.brand-accent {
  color: #d9a441;
}

.accent-shape {
  position: absolute;
  z-index: 0;
  width: 130px;
  height: 130px;
  background: #d9a441;
  pointer-events: none;
}
.accent-shape--br {
  right: -22px;
  bottom: -22px;
  border-radius: 22px 0 22px 0;
}
.accent-shape--bl {
  left: -22px;
  bottom: -22px;
  border-radius: 0 22px 0 22px;
}
.accent-shape--hero-tl {
  left: -60px;
  top: 0;
  width: 200px;
  height: 200px;
  background: rgba(236, 203, 133, 0.35);
  border-radius: 0 0 200px 0;
}
.accent-shape--ring {
  width: 150px;
  height: 150px;
  background: transparent;
  border: 1px solid rgba(217, 164, 65, 0.35);
  border-radius: 50%;
}
.accent-shape--ring-tr {
  top: -80px;
  right: 30px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem 0;
  font-weight: 500;
  color: #1f2733;
}
.feature-list i {
  color: #c08e2f;
  font-size: 1.25rem;
}

.btn {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 100px;
  padding: 0.7rem 1.6rem;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}
.btn.btn-lg {
  padding: 0.9rem 2.1rem;
  font-size: 1rem;
}

.btn-gold {
  background: #d9a441;
  color: #1f2733;
  box-shadow: 0 10px 24px rgba(217, 164, 65, 0.35);
}
.btn-gold:hover, .btn-gold:focus {
  background: #c08e2f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(217, 164, 65, 0.45);
}

.btn-outline-ink {
  background: transparent;
  color: #1f2733;
  border-color: #1f2733;
}
.btn-outline-ink:hover, .btn-outline-ink:focus {
  background: #1f2733;
  color: #ffffff;
  transform: translateY(-2px);
}
.section--ink .btn-outline-ink {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
}
.section--ink .btn-outline-ink:hover, .section--ink .btn-outline-ink:focus {
  background: #d9a441;
  border-color: #d9a441;
  color: #1f2733;
}

.navbar-site {
  padding: 1.1rem 0;
  background: transparent;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), padding 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-site .navbar-brand {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.55rem;
  color: #1f2733;
  letter-spacing: 0.01em;
}
.navbar-site .nav-link {
  font-weight: 500;
  color: #1f2733;
  padding: 0.5rem 1rem;
  position: relative;
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-site .nav-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.35rem;
  height: 2px;
  background: #d9a441;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-site .nav-link:hover, .navbar-site .nav-link:focus, .navbar-site .nav-link.active {
  color: #c08e2f;
}
.navbar-site .nav-link:hover::after, .navbar-site .nav-link:focus::after, .navbar-site .nav-link.active::after {
  transform: scaleX(1);
}
.navbar-site.navbar-scrolled {
  background: #f7f3ec;
  padding: 0.65rem 0;
  box-shadow: 0 6px 24px rgba(31, 39, 51, 0.08);
}
.navbar-site .navbar-toggler {
  border: 0;
}
.navbar-site .navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .navbar-site .navbar-collapse {
    background: #f7f3ec;
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(31, 39, 51, 0.06);
  }
}
.hero {
  position: relative;
  background: #f7f3ec;
  padding-top: clamp(8rem, 14vw, 11rem);
  padding-bottom: clamp(4rem, 9vw, 7rem);
  overflow: hidden;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero .lead-text {
  font-size: 1.2rem;
  color: #3a4452;
  max-width: 30rem;
  margin-bottom: 2rem;
}
.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-figure {
  position: relative;
  margin: 0;
}
.hero-figure img {
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(31, 39, 51, 0.12);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .hero {
    text-align: center;
  }
  .hero .lead-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero .hero-actions {
    justify-content: center;
  }
}
.framed-figure {
  position: relative;
  margin: 0;
}
.framed-figure img {
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(31, 39, 51, 0.12);
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.why-section .section-title {
  color: #ffffff;
}

.why-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1.75rem;
  height: 100%;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.why-card .why-num {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  color: #d9a441;
  display: block;
  margin-bottom: 0.5rem;
}
.why-card h3 {
  color: #ffffff;
  font-size: 1.35rem;
  margin-bottom: 0.4rem;
}
.why-card p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
  font-size: 0.95rem;
}
.why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(217, 164, 65, 0.6);
}

.benefits-strip {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 2rem;
}
.benefits-strip .benefits-label {
  font-weight: 600;
  color: #eccb85;
  letter-spacing: 0.04em;
}
.benefits-strip .benefits-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
}
.benefits-strip .benefits-list li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 0.35rem 1rem;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 500;
}

.service-card {
  background: #ffffff;
  border: 1px solid rgba(31, 39, 51, 0.12);
  border-radius: 14px;
  padding: 2rem 1.75rem;
  height: 100%;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card .service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(217, 164, 65, 0.14);
  color: #c08e2f;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.service-card p {
  color: #7a818c;
  margin-bottom: 0;
  font-size: 0.95rem;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(31, 39, 51, 0.12);
  border-color: transparent;
}
.service-card:hover .service-icon {
  background: #d9a441;
  color: #1f2733;
}

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

.review-card {
  background: #ffffff;
  border: 1px solid rgba(31, 39, 51, 0.12);
  border-radius: 14px;
  padding: 1.75rem;
  box-shadow: 0 6px 20px rgba(31, 39, 51, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(31, 39, 51, 0.12);
}
.review-card .review-stars {
  color: #d9a441;
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.12em;
}
.review-card .review-text {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #1f2733;
  flex: 1;
  margin-bottom: 1.5rem;
}
.review-card .review-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.review-card .review-author .review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #d9a441;
  color: #1f2733;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.review-card .review-author strong {
  display: block;
  color: #1f2733;
  line-height: 1.2;
}
.review-card .review-author small {
  color: #7a818c;
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .ig-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ig-tile--skeleton {
  background: linear-gradient(100deg, rgba(31, 39, 51, 0.05) 30%, rgba(31, 39, 51, 0.1) 50%, rgba(31, 39, 51, 0.05) 70%);
  background-size: 220% 100%;
  animation: ig-skeleton-shimmer 1.5s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .ig-tile--skeleton {
    animation: none;
  }
}

@keyframes ig-skeleton-shimmer {
  from {
    background-position: 160% 0;
  }
  to {
    background-position: -60% 0;
  }
}
.ig-tile {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.ig-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.ig-tile .ig-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.8rem;
  background: rgba(31, 39, 51, 0.45);
  opacity: 0;
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.ig-tile:hover img {
  transform: scale(1.07);
}
.ig-tile:hover .ig-overlay {
  opacity: 1;
}

.reservation .section-title {
  color: #ffffff;
}

.reservation-info {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
}
.reservation-info li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.45rem 0;
  color: rgba(255, 255, 255, 0.85);
}
.reservation-info li i {
  color: #d9a441;
  font-size: 1.2rem;
}
.reservation-info li a {
  color: #ffffff;
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.reservation-info li a:hover {
  color: #d9a441;
}

#rez-widget:empty {
  min-height: clamp(420px, 60vh, 640px);
}

.reservation-embed {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(31, 39, 51, 0.12);
  overflow: hidden;
  min-height: 480px;
}
.reservation-embed iframe {
  display: block;
  width: 100%;
  min-height: 480px;
  border: 0;
}

.reservation-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #7a818c;
  border: 2px dashed rgba(31, 39, 51, 0.12);
  border-radius: 22px;
}
.reservation-placeholder i {
  font-size: 2.75rem;
  color: #d9a441;
  margin-bottom: 1rem;
}
.reservation-placeholder p {
  font-weight: 600;
  color: #1f2733;
  margin-bottom: 0.25rem;
}
.reservation-placeholder span {
  font-size: 0.9rem;
}

.site-footer {
  background: #1f2733;
  color: rgba(255, 255, 255, 0.75);
  padding: clamp(3.5rem, 7vw, 5rem) 0 1.75rem;
}
.site-footer .footer-brand {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.site-footer .footer-tagline {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer-heading {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 1.1rem;
}
.site-footer .footer-contact,
.site-footer .footer-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.35rem 0;
}
.site-footer .footer-contact li i {
  color: #d9a441;
  margin-top: 0.2rem;
}
.site-footer .footer-contact li a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .footer-contact li a:hover {
  color: #d9a441;
}
.site-footer .footer-hours li {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 280px;
}
.site-footer .footer-hours li span:last-child {
  color: #ffffff;
  font-weight: 500;
}
.site-footer .footer-hours li.is-today {
  color: #2ecc71;
  font-weight: 600;
}
.site-footer .footer-hours li.is-today span:last-of-type {
  color: #2ecc71;
}
.site-footer .hours-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 0.55rem;
  border-radius: 50%;
  background: #2ecc71;
  vertical-align: middle;
  box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7);
  animation: hoursPulse 1.8s infinite;
}
@keyframes hoursPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
  }
}
.site-footer .footer-bottom {
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
}
.site-footer .footer-bottom .footer-credit a {
  color: #d9a441;
  font-weight: 600;
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .footer-bottom .footer-credit a:hover {
  color: #eccb85;
}

.error-hero {
  display: flex;
  align-items: center;
  min-height: 68vh;
}
.error-hero .display-title {
  margin-bottom: 1.5rem;
}
.error-hero .lead-text {
  margin-bottom: 2.25rem;
  color: #3a4452;
}
.error-hero .hero-actions {
  justify-content: center;
}/*# sourceMappingURL=main.css.map */