:root {
  --bg: #17130f;
  --bg2: #241c15;
  --panel: #2b2118;
  --gold: #c9a227;
  --gold2: #e6c766;
  --champ: #f4d98a;
  --white: #fff;
  --muted: #cfc7b8;
  --line: rgba(230, 199, 102, .25);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.8;
  overflow-x: hidden
}

a {
  text-decoration: none
}

.top-line {
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold2), transparent);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100
}

.luxury-nav {
  background: rgba(23, 19, 15, .82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(230, 199, 102, .12);
  padding: 8px 0;
  transition: .3s
}

.nav-logo {
  width: 105px;
  height: 62px;
  object-fit: contain;
  display: block
}

.nav-link {
  color: #e8e0d2 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 12px 11px !important;
  position: relative
}

.nav-link:after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 4px;
  height: 1px;
  background: var(--gold2);
  transform: scaleX(0);
  transition: .25s
}

.nav-link:hover:after,
.nav-link.active:after {
  transform: scaleX(1)
}

.nav-link:hover,
.nav-link.active {
  color: var(--champ) !important
}

.hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 72% 50%, rgba(201, 162, 39, .11), transparent 28%), linear-gradient(135deg, #17130f, #211911 58%, #100e0b)
}

.hero-section:before,
.hero-section:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(230, 199, 102, .12);
  border-radius: 50%;
  pointer-events: none
}

.hero-section:before {
  width: 720px;
  height: 720px;
  right: -270px;
  top: 10%
}

.hero-section:after {
  width: 470px;
  height: 470px;
  right: -140px;
  top: 25%
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: .16;
  background: var(--gold);
  pointer-events: none
}

.glow-one {
  width: 180px;
  height: 180px;
  right: 24%;
  top: 22%
}

.glow-two {
  width: 130px;
  height: 130px;
  left: 5%;
  bottom: 10%
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--gold2);
  font-weight: 600;
  margin: 0 0 14px
}

.hero-section h1,
.section-pad h2,
.cta-section h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: .98;
  font-size: clamp(48px, 6.2vw, 88px);
  margin: 0 0 24px
}

.hero-section h1 span,
.section-pad h2 span,
.cta-section h2 span {
  color: var(--gold2)
}

.hero-copy {
  max-width: 640px;
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 34px
}

.btn {
  border-radius: 0;
  padding: 13px 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 600;
  transition: .3s
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #1b140d;
  border: 1px solid var(--gold2)
}

.btn-gold:hover {
  color: #17130f;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(201, 162, 39, .18)
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--champ)
}

.btn-outline-gold:hover {
  background: rgba(201, 162, 39, .1);
  color: var(--white);
  border-color: var(--gold2)
}

.hero-logo-wrap {
  width: min(390px, 82vw);
  aspect-ratio: 1/1;
  position: relative;
  display: grid;
  place-items: center
}

.hero-logo {
  width: 75%;
  height: 75%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .45))
}

.gold-ring {
  position: absolute;
  border: 1px solid rgba(230, 199, 102, .23);
  border-radius: 50%;
  transform: rotate(18deg)
}

.ring-a {
  width: 92%;
  height: 66%
}

.ring-b {
  width: 70%;
  height: 92%;
  transform: rotate(-18deg)
}

.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  letter-spacing: 3px;
  color: #a99f91
}

.scroll-cue span {
  color: var(--gold2);
  font-size: 16px;
  margin-left: 7px
}

.section-pad {
  padding: 105px 0;
  position: relative
}

.section-dark {
  background: linear-gradient(180deg, #211911, #17130f)
}

.section-heading {
  margin-bottom: 55px
}

.section-pad h2,
.cta-section h2 {
  font-size: clamp(42px, 5vw, 66px)
}

.section-heading>p:last-child {
  color: var(--muted);
  max-width: 650px;
  margin: 0 auto
}

.lead-copy {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.25;
  color: var(--champ)
}

.section-pad p:not(.eyebrow) {
  color: var(--muted)
}

.about-art {
  height: 530px;
  max-width: 470px;
  margin: auto;
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(201, 162, 39, .15), transparent 45%), linear-gradient(145deg, #0e0c09, #30251b)
}

.art-frame {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(230, 199, 102, .4)
}

.art-frame:before,
.art-frame:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border-color: var(--gold2);
  border-style: solid
}

.art-frame:before {
  left: -1px;
  top: -1px;
  border-width: 1px 0 0 1px
}

.art-frame:after {
  right: -1px;
  bottom: -1px;
  border-width: 0 1px 1px 0
}

.art-content {
  text-align: center;
  color: var(--gold2);
  position: relative
}

.art-mark {
  display: block;
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: 8px;
  margin-bottom: 20px
}

.art-content strong {
  display: block;
  font-family: var(--serif);
  font-size: 88px;
  line-height: .8;
  letter-spacing: 5px
}

.art-content small {
  display: block;
  letter-spacing: 8px;
  margin-top: 20px
}

.gold-rule {
  height: 1px;
  background: linear-gradient(90deg, var(--gold2), transparent);
  width: 180px;
  margin: 28px 0 12px
}

.signature {
  font-size: 11px !important;
  letter-spacing: 2px;
  text-transform: uppercase
}

.collection-card {
  height: 100%;
  min-height: 230px;
  padding: 34px 25px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, .025), rgba(0, 0, 0, .08));
  transition: .35s;
  position: relative;
  overflow: hidden
}

.collection-card:before {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(230, 199, 102, .12);
  border-radius: 50%
}

.collection-card:hover {
  transform: translateY(-7px);
  border-color: rgba(230, 199, 102, .6);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18)
}

.collection-icon {
  font-family: var(--serif);
  font-size: 42px;
  color: var(--gold2);
  height: 62px
}

.collection-card h3,
.feature-card h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px
}

.collection-card p,
.feature-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7
}

.feature-card {
  height: 100%;
  padding: 32px 25px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(201, 162, 39, .045), transparent)
}

.feature-number {
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--gold2);
  display: block;
  margin-bottom: 24px
}

.service-list {
  border-top: 1px solid var(--line)
}

.service-list>div {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line)
}

.service-list span {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold2);
  width: 28px
}

.service-list strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500
}

.gallery-tile {
  height: 280px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(230, 199, 102, .16);
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background:
    radial-gradient(circle at 55% 35%, rgba(244, 217, 138, .22), transparent 23%), linear-gradient(145deg, #3b2d1e, #110f0c 70%)
}

.gallery-tile:before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(230, 199, 102, .18)
}

.gallery-tile span {
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--champ)
}

.tile-two {
  background: radial-gradient(circle at 40% 40%, rgba(230, 199, 102, .2), transparent 18%), linear-gradient(125deg, #4a3926, #15110d 70%)
}

.tile-three {
  background: radial-gradient(circle at 60% 42%, rgba(255, 255, 255, .12), transparent 16%), linear-gradient(145deg, #342a20, #0e0d0b)
}

.tile-four {
  background: radial-gradient(circle at 50% 35%, rgba(201, 162, 39, .2), transparent 17%), linear-gradient(145deg, #4b3822, #15110c)
}

.tile-five {
  background: radial-gradient(circle at 45% 45%, rgba(244, 217, 138, .2), transparent 18%), linear-gradient(145deg, #392a1b, #0f0d0a)
}

.tile-six {
  background: radial-gradient(circle at 55% 40%, rgba(201, 162, 39, .18), transparent 20%), linear-gradient(145deg, #423221, #100e0b)
}

.cta-section {
  padding: 100px 20px;
  background: radial-gradient(circle at center, rgba(201, 162, 39, .12), transparent 45%), #201811;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.cta-section h2 {
  max-width: 900px;
  margin: 0 auto 20px
}

.cta-section p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  margin: 0 auto 30px
}

.contact-list {
  margin-top: 32px
}

.contact-list>div {
  display: flex;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line)
}

.contact-icon {
  color: var(--gold2);
  font-size: 22px;
  width: 28px;
  text-align: center
}

.contact-list small {
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--gold2)
}

.contact-list p {
  margin: 2px 0 0 !important;
  font-size: 14px
}

.map-placeholder {
  height: 100%;
  min-height: 430px;
  border: 1px solid var(--line);
  background: radial-gradient(circle at center, rgba(201, 162, 39, .1), transparent 40%), #17130f;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 35px
}

.map-placeholder>div {
  max-width: 380px
}

.map-pin {
  font-size: 45px;
  color: var(--gold2)
}

.map-placeholder h3 {
  font-family: var(--serif);
  font-size: 34px
}

.map-placeholder p {
  color: var(--muted);
  font-size: 13px
}

.map-placeholder code {
  font-size: 10px;
  color: #b9aa91;
  word-break: break-word
}

.footer {
  background: #100e0b;
  padding: 50px 0 0;
  border-top: 1px solid rgba(230, 199, 102, .2)
}

.footer-logo {
  width: 160px;
  height: 105px;
  object-fit: contain
}

.footer-tagline {
  color: #b8ae9e;
  font-family: var(--serif);
  font-size: 19px
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 22px
}

.footer-links a {
  color: #bdb3a4;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase
}

.footer-links a:hover {
  color: var(--gold2)
}

.footer-bottom {
  margin-top: 35px;
  padding: 18px 0;
  border-top: 1px solid rgba(230, 199, 102, .12);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  color: #82796d;
  font-size: 10px;
  letter-spacing: 1px
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  background: var(--gold);
  color: #17130f;
  border: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 1000
}

.back-top.show {
  opacity: 1;
  visibility: visible
}

.back-top:hover {
  background: var(--gold2)
}

@media(max-width:991.98px) {
  .navbar-collapse {
    background: rgba(23, 19, 15, .98);
    margin: 8px -12px -8px;
    padding: 10px 20px;
    border-top: 1px solid var(--line)
  }

  .hero-section .row {
    padding-top: 110px
  }

  .hero-section h1 {
    font-size: clamp(48px, 10vw, 72px)
  }

  .hero-logo-wrap {
    width: 330px
  }

  .about-art {
    height: 440px
  }

  .footer-links {
    justify-content: center
  }
}

@media(max-width:575.98px) {
  body {
    font-size: 14px
  }

  .nav-logo {
    width: 92px;
    height: 56px
  }

  .section-pad {
    padding: 75px 0
  }

  .section-heading {
    margin-bottom: 38px
  }

  .hero-section h1 {
    font-size: 45px
  }

  .hero-copy {
    font-size: 14px
  }

  .hero-logo-wrap {
    width: 280px
  }

  .about-art {
    height: 360px
  }

  .art-content strong {
    font-size: 65px
  }

  .art-content small {
    letter-spacing: 5px
  }

  .collection-card {
    min-height: 205px
  }

  .gallery-tile {
    height: 190px
  }

  .service-list strong {
    font-size: 20px
  }

  .footer-bottom {
    justify-content: center;
    text-align: center
  }

  .scroll-cue {
    display: none
  }
}
/* Business Mantra Footer Link */
.site-footer p a {
    color: #d6ae4b !important;
    text-decoration: none;
}

.site-footer p a:hover {
    color: #f2d78a !important;
}