:root {
  --cream: #f6f2ea;
  --cream-deep: #efe8dc;
  --ink: #14181f;
  --ink-soft: #3a414c;
  --gold: #a8853f;
  --gold-light: #c8a869;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", system-ui, sans-serif;
  --script: "Parisienne", cursive;
}

html { scroll-behavior: smooth; overflow-x: clip; }

#top,
#about,
#services,
#listings,
#gallery,
#contact {
  scroll-margin-top: var(--nav-height, 96px);
}

body {
  font-family: var(--sans);
  color: var(--ink-soft);
  background: #fff;
  font-weight: 300;
  letter-spacing: 0.01em;
  overflow-x: clip;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--cream);
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.nav-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0 0.5rem;
}
.nav-top-left, .nav-top-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 1 1 0;
  min-width: 0;
}
.nav-top-right {
  justify-content: flex-end;
}
.nav-bottom-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0 0.75rem;
  border-top: 1px solid rgba(168, 133, 63, 0.2);
}
.burger { background: none; border: 0; display: grid; gap: 5px; padding: 4px; cursor: pointer; }
.burger span { display: block; width: 26px; height: 2px; background: var(--ink); transition: background 0.2s; }
.burger:hover span { background: var(--gold); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.nav-links a {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); border-bottom: 2px solid var(--gold); }

.wordmark { text-align: center; text-decoration: none; display: block; flex: 0 0 auto; }
.wordmark-name {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.2rem, 2.6vw, 2.4rem);
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: var(--ink);
  line-height: 1;
}

@media (max-width: 768px){
  .sold-figure img{
    object-fit: contain !important;
  }

  .text-dark{
    font-size: 12px;
  }

  .text-muted{
    font-size: 11px;
  }
}

.wordmark-rule {
  display: block;
  height: 1px;
  margin: 0.35rem auto 0;
  width: 78%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.wordmark-script {
  display: block;
  font-family: var(--script);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  color: var(--gold);
  line-height: 0.85;
  margin-top: -0.15rem;
}

.tagline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.25;
}
.tagline-icon { width: 22px; height: 22px; color: var(--gold); flex: 0 0 auto; }
.tagline-rule { width: 1px; height: 24px; background: rgba(20, 24, 31, 0.25); }

.btn-connect {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(160deg, #2c2418, #16130d);
  color: var(--cream);
  border: 1px solid var(--gold);
  padding: 0.75rem 1.4rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s;
}
.btn-connect:hover {
  background: var(--gold);
  color: #fff;
}

.nav-notch {
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background: var(--gold);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 991.98px) {
  .nav-top-row { padding: 0.75rem 0; }
  .tagline { display: none; }
}
@media (max-width: 575.98px) {
  .btn-connect { padding: 0.65rem 1rem; font-size: 0.62rem; }
}

.hero { position: relative; min-height: 78vh; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 20, 0.28), rgba(8, 12, 20, 0.12) 45%, rgba(8, 12, 20, 0.45));
}
.hero-inner {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
}
.hero-panel {
  background: rgba(16, 20, 26, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(200, 168, 105, 0.4);
  padding: clamp(1.75rem, 3.5vw, 3rem) clamp(2rem, 5vw, 4.5rem);
  text-align: center;
  color: #fff;
  max-width: 820px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

@media (max-width: 768px){
  .hero-panel{
    position: relative;
    top: -86px;
  }
}

/* Desktop: pull the panel out of the centered container so it hugs the
   true top-left corner of the hero, without affecting the mobile layout. */
@media (min-width: 769px) {
  .hero-inner {
    position: static;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  .hero-panel {
    position: absolute;
    top: clamp(1.25rem, 3vw, 2rem);
    left: clamp(0.5rem, 1.5vw, 1rem);
    padding: clamp(1.25rem, 2.4vw, 2rem) clamp(1.5rem, 3.2vw, 2.75rem);
    max-width: 620px;
  }
  .hero-panel .hero-eyebrow { font-size: clamp(0.6rem, 0.8vw, 0.72rem); }
  .hero-panel .hero-title { font-size: clamp(1.8rem, 3.4vw, 2.9rem); }
  .hero-panel .hero-sub { font-size: clamp(0.62rem, 0.85vw, 0.76rem); }
}

/* Wide screens only (not tablet, not mobile) */
@media (min-width: 1200px) {
  .hero-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .hero-panel {
    position: relative;
    left: 0;
    top: 0;
    border-bottom-right-radius: 25px;
  }
}

.hero-eyebrow {
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.hero-eyebrow .rule {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold-light);
  opacity: 0.7;
}
.hero-title {
  font-family: 'Cormorant Garamond';
  font-weight: 500;
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  line-height: 1.05;
  text-transform: uppercase;
}
.hero-sub {
  font-size: clamp(0.72rem, 1.1vw, 0.9rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e5ded3;
  margin: 0;
}
.hero-sub span { color: var(--gold-light); margin: 0 0.35rem; }

.hero-script {
  position: absolute;
  bottom: 1.25rem;
  left: 2rem;
  font-family: var(--script);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  margin: 0;
  pointer-events: none;
}
.scroll-down {
  position: absolute;
  bottom: 1.25rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.2;
}
.scroll-circle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(16, 20, 26, 0.5);
  animation: bob 2s infinite ease-in-out;
}
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}
@media (prefers-reduced-motion: reduce) { .scroll-circle { animation: none; } }
@media (max-width: 575.98px) { .scroll-down span:first-child { display: none; } }

.intro {
  padding: 4.5rem 0 3.5rem;
  background: var(--cream);
  border-bottom: 1px solid var(--cream-deep);
}
.script-heading {
  font-family: var(--script);
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--ink);
  margin: 0;
  line-height: 1;
}
.intro-kicker {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 0.5rem;
  font-weight: 500;
}
.phone-link {
  display: inline-block;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  letter-spacing: 0.12em;
  color: var(--ink);
  text-decoration: none;
  margin-top: 0.25rem;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s;
}
.phone-link:hover { color: var(--gold); border-color: var(--ink); }

.section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 2.5rem;
}
.section-sub {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.sold { padding: 5rem 0; background: #fff; }
.sold-row { margin-bottom: 4rem; }
.sold-row:last-child { margin-bottom: 0; }
.sold-figure { margin: 0; overflow: hidden; border: 1px solid var(--cream-deep); }
.sold-figure img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.sold-figure:hover img { transform: scale(1.04); }
.sold-copy { padding: 1rem 0; }
.sold-copy h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 1rem;
}
.sold-copy p { font-size: 0.95rem; line-height: 1.75; color: var(--ink-soft); }

.search-section {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, rgba(10, 13, 18, 0.78) 0%, rgba(10, 13, 18, 0.7) 100%),
              url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1600&q=80') center/cover no-repeat;
  border-top: 1px solid var(--cream-deep);
  border-bottom: 1px solid var(--cream-deep);
}
.search-section .banner-badge { display: flex; width: max-content; margin: 0 auto 1.1rem; }
.search-section .section-title {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  margin-bottom: 0.9rem;
}
.search-lede {
  max-width: 540px;
  margin: 0 auto 2.75rem;
  text-align: center;
  color: rgba(246, 242, 234, 0.82);
  font-size: 0.95rem;
  line-height: 1.7;
}

.search-card {
  position: relative;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: clamp(1.75rem, 3.5vw, 3rem);
  border-radius: 20px;
  border: 1px solid rgba(200, 168, 105, 0.35);
  box-shadow: 0 30px 60px rgba(8, 10, 14, 0.35);
  max-width: 980px;
  margin: 0 auto;
}
.search-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(168, 133, 63, 0.22);
  border-radius: 14px;
  pointer-events: none;
}

.search-row {
  position: relative;
  display: grid;
  gap: 1.5rem 1.75rem;
}
.search-row-3 { grid-template-columns: repeat(3, 1fr); }
.search-row-4 { grid-template-columns: repeat(4, 1fr); }
.search-field { display: flex; flex-direction: column; }

.search-divider {
  height: 1px;
  margin: 1.75rem 0;
  background: var(--cream-deep);
}

@media (max-width: 767.98px) {
  .search-row-3 { grid-template-columns: 1fr; }
  .search-row-4 { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .search-divider { margin: 1.5rem 0; }
}
@media (max-width: 400px) {
  .search-row-4 { grid-template-columns: 1fr; }
}

.search-card .form-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.search-card .form-label svg { width: 15px; height: 15px; color: var(--gold); flex: 0 0 auto; }
.search-card .form-control,
.search-card .form-select {
  border-radius: 10px;
  border: 1px solid var(--cream-deep);
  font-size: 0.88rem;
  padding: 0.7rem 0.9rem;
  color: var(--ink);
  background-color: #fdfcfa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.search-card .form-control:focus,
.search-card .form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(168, 133, 63, 0.16);
  background-color: #fff;
}
.search-card .form-control::placeholder { color: rgba(58, 65, 76, 0.45); }

.search-actions {
  position: relative;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--cream-deep);
  text-align: center;
}

.btn-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: linear-gradient(160deg, #2c2418, #16130d);
  color: var(--cream);
  border: 1px solid var(--gold);
  padding: 0.95rem 2.4rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.btn-search::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(160deg, var(--gold-light), var(--gold));
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-search svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.btn-search:hover,
.btn-search:focus-visible {
  color: #16130d;
  border-color: var(--gold-light);
  box-shadow: 0 16px 34px rgba(168, 133, 63, 0.35);
  transform: translateY(-2px);
}
.btn-search:hover::before,
.btn-search:focus-visible::before { transform: translateX(0); }
.btn-search:hover svg { transform: translateX(4px); }
.btn-search:active { transform: translateY(0); }

.form-note {
  font-size: 0.85rem;
  color: var(--gold-light);
  margin-top: 1rem;
  min-height: 1.25rem;
}
.search-section .form-note { color: var(--gold-light); }

.affiliations {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
  background: var(--cream);
  border-bottom: 1px solid var(--cream-deep);
}
.affiliations-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2.5vw, 1.25rem);
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.affiliations-kicker .rule {
  width: clamp(24px, 4vw, 48px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.affiliations-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 4vw, 3rem);
}

.affiliation-badge {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(64px, 9vw, 116px);
  height: clamp(64px, 9vw, 116px);
  padding: clamp(10px, 1.6vw, 18px);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 24, 31, 0.08);
  transition: box-shadow 0.4s ease;
}
.affiliation-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(168, 133, 63, 0.3);
  transform: scale(0.84);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}
.affiliation-badge:hover,
.affiliation-badge:focus-within {
  box-shadow: 0 20px 36px rgba(20, 24, 31, 0.16);
}
.affiliation-badge:hover::after,
.affiliation-badge:focus-within::after {
  transform: scale(1.1);
  opacity: 1;
}
.affiliation-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.affiliation-badge:hover img,
.affiliation-badge:focus-within img {
  transform: rotate(360deg);
}
@media (prefers-reduced-motion: reduce) {
  .affiliation-badge img { transition: none; }
}

@media (max-width: 575.98px) {
  .affiliations-row { gap: 1.1rem; }
  .affiliation-badge { width: 58px; height: 58px; padding: 8px; }
}

.gallery { padding: 5rem 0 7rem; background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); overflow: hidden; }
.gallery-sub {
  max-width: 560px;
  margin: 0.75rem auto 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.gallery-carousel { position: relative; margin-top: 3rem; }

.gallery-track {
  display: flex;
  gap: clamp(1rem, 2.2vw, 1.75rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.5rem clamp(0.5rem, 6vw, 3rem) 1.5rem;
  margin: 0 clamp(-0.5rem, -6vw, -3rem);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }

.gallery-card {
  flex: 0 0 auto;
  width: min(360px, 78vw);
  scroll-snap-align: start;
  opacity: 0;
  transform: translateY(36px) scale(0.97);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: var(--delay, 0s);
}
.gallery-card.in-view { opacity: 1; transform: translateY(0) scale(1); }

.gallery-card-inner {
  position: relative;
  height: clamp(320px, 46vh, 460px);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(20, 24, 31, 0.12);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s ease, outline-color 0.4s ease;
  outline: 2px solid transparent;
  outline-offset: 4px;
}
.gallery-card.is-current .gallery-card-inner {
  outline-color: var(--gold);
  box-shadow: 0 24px 46px rgba(20, 24, 31, 0.2);
}
.gallery-card-inner:hover,
.gallery-card-inner:focus-within { transform: translateY(-10px); box-shadow: 0 28px 55px rgba(20, 24, 31, 0.22); }

.gallery-card-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-card-inner:hover img { transform: scale(1.14) rotate(0.3deg); }

.gallery-card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 3rem 1.5rem 1.5rem;
  background: linear-gradient(transparent, rgba(10, 14, 20, 0.85));
  color: #fff;
  transform: translateY(8px);
  opacity: 0.92;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.gallery-card-inner:hover .gallery-card-overlay { transform: translateY(0); opacity: 1; }
.gallery-card-num {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  color: var(--gold-light);
  opacity: 0.85;
  margin-bottom: 0.35rem;
}
.gallery-card-overlay h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.gallery-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--gold-light);
  background: rgba(12, 16, 22, 0.6);
  color: #fff;
  font-size: 1.2rem;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.gallery-arrow-prev { left: clamp(-6px, 1vw, 8px); }
.gallery-arrow-next { right: clamp(-6px, 1vw, 8px); }
.gallery-arrow:hover { background: var(--gold); transform: translateY(-50%) scale(1.08); box-shadow: 0 10px 24px rgba(20, 24, 31, 0.25); }

.gallery-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.75rem; }
.gallery-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(20, 24, 31, 0.25);
  border: 0;
  padding: 0;
  opacity: 1;
  transition: width 0.3s ease, background 0.3s ease;
}
.gallery-dots button.active { width: 28px; border-radius: 999px; background: var(--gold); }

@media (max-width: 576px) {
  .gallery-arrow { display: none; }
}

.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  position: relative;
  background: linear-gradient(160deg, #2c2418, #16130d);
  color: var(--cream);
  border: 1px solid var(--gold);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.7rem 1.5rem;
  margin-bottom: 1.1rem;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
}
.banner-badge svg { width: 18px; height: 18px; color: var(--gold-light); flex: 0 0 auto; }
.gallery .banner-badge { display: flex; width: max-content; margin: 0 auto 1rem; }

.feature-list { list-style: none; padding: 0; margin: 1.25rem 0 0; text-align: left; }
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.88rem;
  line-height: 1.6;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--cream-deep);
}
.feature-list li:last-child { border-bottom: 0; }
.feature-list svg { width: 19px; height: 19px; color: var(--gold); flex: 0 0 auto; margin-top: 1px; }
@media (min-width: 992px) { .feature-list { max-width: 26rem; margin-inline: auto; } }

@media (max-width: 768px){
  .nav-top-right {
    justify-content: flex-end;
    position: relative;
    top: 71px;
  }
}

.site-footer {
  position: relative;
  background: #0a0a0a;
  color: #b7b0a4;
  padding: 4rem 0 2.5rem;
  text-align: center;
}
.footer-peak {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 90px;
  height: 34px;
  background: #0a0a0a;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}
.footer-social a {
  display: inline-flex;
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.25s, transform 0.25s;
}
.footer-social a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.footer-social svg {
  width: 22px;
  height: 22px;
}
.footer-copy {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.85;
}
.footer-accent {
  display: block;
  width: 42px;
  height: 1px;
  background: var(--gold);
  margin: 1rem auto 0;
  opacity: 0.65;
}

.lightbox-content { background: #101418; border: 0; border-radius: 0; color: #fff; }
.lightbox-content img { width: 100%; display: block; }
.lightbox-content .btn-close { filter: invert(1); }

.mobile-menu {
  width: min(360px, 88vw);
  background: linear-gradient(180deg, var(--cream), var(--cream-deep));
  border-right: 2px solid var(--gold);
}
.mobile-menu.offcanvas { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.mobile-menu .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(168, 133, 63, 0.35);
  padding: 1.25rem 1.5rem;
}
.mm-brand { display: block; }
.mm-brand-name {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  color: var(--ink);
  line-height: 1;
}
.mm-brand-rule {
  display: block;
  height: 1px;
  width: 80%;
  margin: 0.3rem 0 0;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.mm-brand-script {
  display: block;
  font-family: var(--script);
  font-size: 1.4rem;
  color: var(--gold);
  margin-top: -0.3rem;
}
.mm-close {
  background: #fff;
  border: 1px solid rgba(20, 24, 31, 0.15);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: background 0.25s, color 0.25s, transform 0.25s, border-color 0.25s;
  flex-shrink: 0;
  margin-left: auto;
}
.mm-close svg { width: 16px; height: 16px; }
.mm-close:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: rotate(90deg);
}

.mobile-menu .offcanvas-body { padding: 1.4rem; }
.mm-eyebrow {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.mm-nav { display: grid; }
.mobile-menu .offcanvas-body .mm-nav a {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 0.4rem;
  border-bottom: 1px solid rgba(168, 133, 63, 0.22);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  opacity: 0;
  transform: translateX(-12px);
  transition: color 0.25s, background 0.25s;
}
.mobile-menu.show .mm-nav a { animation: mmIn 0.45s ease forwards; }
.mobile-menu.show .mm-nav a:nth-child(1) { animation-delay: 0.08s; }
.mobile-menu.show .mm-nav a:nth-child(2) { animation-delay: 0.14s; }
.mobile-menu.show .mm-nav a:nth-child(3) { animation-delay: 0.2s; }
.mobile-menu.show .mm-nav a:nth-child(4) { animation-delay: 0.26s; }
.mobile-menu.show .mm-nav a:nth-child(5) { animation-delay: 0.32s; }
.mobile-menu.show .mm-nav a:nth-child(6) { animation-delay: 0.38s; }
@keyframes mmIn { to { opacity: 1; transform: translateX(0); } }
.mm-nav a svg { width: 20px; height: 20px; color: var(--gold); flex: 0 0 auto; }
.mm-nav a:hover { color: var(--gold); }
.mobile-menu .offcanvas-body .mm-nav a.active { color: var(--gold); border-bottom-color: var(--gold); }
.mm-arrow { margin-left: auto; color: var(--gold); opacity: 0; transition: opacity 0.25s, transform 0.25s; }
.mm-nav a:hover .mm-arrow { opacity: 1; transform: translateX(4px); }

.mm-actions { display: grid; gap: 0.6rem; margin-top: 1.5rem; }
.mobile-menu .offcanvas-body .mm-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: linear-gradient(160deg, #2c2418, #16130d);
  border: 1px solid var(--gold);
  color: var(--cream);
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.mobile-menu .offcanvas-body .mm-action svg { width: 18px; height: 18px; }
.mobile-menu .offcanvas-body .mm-action:hover { background: var(--gold); color: #fff; }
.mobile-menu .offcanvas-body .mm-action.ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.mobile-menu .offcanvas-body .mm-action.ghost:hover,
.mobile-menu .offcanvas-body .mm-action.ghost:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.mm-social { display: flex; justify-content: center; gap: 1.4rem; margin-top: 1.75rem; }
.mobile-menu .offcanvas-body .mm-social a { padding: 0; color: var(--ink); transition: color 0.25s, transform 0.25s; }
.mm-social svg { width: 20px; height: 20px; }
.mobile-menu .offcanvas-body .mm-social a:hover { color: var(--gold); transform: translateY(-2px); }
.mm-foot {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu .offcanvas-body .mm-nav a { opacity: 1; transform: none; animation: none; }
  .gallery-track { scroll-behavior: auto; }
  .gallery-card,
  .gallery-card-inner,
  .gallery-card-inner img,
  .gallery-card-overlay { transition: none; }
}

.font-serif {
  font-family: var(--serif);
}
.font-sm {
  font-size: 0.875rem;
}
.tracking-wider {
  letter-spacing: 0.08em;
}
.bg-navy {
  background-color: var(--ink) !important;
}
.bg-navy-dark {
  background-color: #0c0f14 !important;
}
.text-navy {
  color: var(--ink) !important;
}
.text-gold {
  color: var(--gold) !important;
}
.bg-gold {
  background-color: var(--gold) !important;
  color: #fff !important;
}
.border-gold {
  border-color: var(--gold) !important;
}
.btn-gold {
  background-color: var(--gold);
  color: #fff;
  border: none;
  transition: all 0.25s ease-in-out;
}
.btn-gold:hover, .btn-gold:focus {
  background-color: var(--gold-light);
  color: #fff;
  transform: translateY(-1px);
}
.btn-navy {
  background-color: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
  transition: all 0.25s ease-in-out;
}
.btn-navy:hover, .btn-navy:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
  transform: translateY(-1px);
}
.text-light-custom {
  color: rgba(255, 255, 255, 0.85);
}
.profile-photo {
  max-width: 380px;
  width: 100%;
}
.experience-badge {
  min-width: 130px;
  background-color: var(--gold) !important;
  color: #fff !important;
  transform: translate(10px, 43px) !important;
   border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    filter: drop-shadow(2px 4px 6px black);
}

@media (max-width: 768px){
  .experience-badge {
    background-color: var(--gold) !important;
    color: #fff !important;
    transform: translate(min(143px, calc(100vw - 218px)), 46px) !important;
    width: 198px;
    height: 71px;
    padding: 6px 20px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    filter: drop-shadow(2px 4px 6px black);
  }
}
.quote-card {
  background: var(--cream) !important;
  border-left: 4px solid var(--gold) !important;
}
.max-w-700 {
  max-width: 700px;
}
.service-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25) !important;
}
.service-img-wrapper img {
  height: 180px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.service-card:hover .service-img-wrapper img {
  transform: scale(1.04);
}
.hours-card {
  background: var(--cream) !important;
}
.map-container iframe {
  display: block;
  min-height: 280px;
  width: 100%;
  border: 0;
}
