:root {
  --maroon: #72000b;
  --maroon-dark: #430006;
  --red: #980d19;
  --gold: #e7b93c;
  --gold-light: #f5d97a;
  --cream: #fff9ed;
  --ivory: #f7f0e1;
  --brown: #332017;
  --text: #4c4039;
  --white: #fff;
  --shadow: 0 18px 50px rgba(67, 0, 6, .12);
}

* {
  box-sizing: border-box
}

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

body {
  margin: 0;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  background: var(--cream);
  line-height: 1.75
}

h1,
h2,
h3,
.navbar-brand {
  font-family: 'Cormorant Garamond', serif
}

h2 {
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 1.05;
  color: var(--maroon-dark);
  font-weight: 700
}

p {
  font-size: .98rem
}

.site-navbar {
  background: rgba(67, 0, 6, .96);
  backdrop-filter: blur(10px);
  padding: 9px 0;
  transition: .3s;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .12)
}

.navbar-brand img {
  width: 74px;
  height: 58px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.nav-link {
  color: #fff !important;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .02em;
  padding: .65rem .7rem !important
}

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

.navbar-toggler {
  border-color: rgba(255, 255, 255, .4)
}
@media (max-width:575.98px){
  .navbar-brand img {
    width: 66px;
    height: 52px;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.navbar-toggler-icon {
  filter: brightness(0) invert(1)
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border: 0;
  color: #4b2100;
  font-weight: 700;
  border-radius: 3px;
  box-shadow: 0 8px 22px rgba(231, 185, 60, .2)
}

.btn-gold:hover {
  background: var(--gold);
  color: #3a1800;
  transform: translateY(-1px)
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 600;
  border-radius: 3px
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: #4b2100
}

.hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(57, 0, 5, .96) 0%, rgba(83, 0, 9, .84) 46%, rgba(83, 0, 9, .25) 100%), url('../images/hero.png') center/cover no-repeat
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 50%, rgba(231, 185, 60, .13), transparent 35%)
}

.hero-section .container {
  padding-top: 75px
}

.eyebrow {
  display: inline-block;
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .22em;
  margin-bottom: 1rem
}

.eyebrow.dark {
  color: #9a6d09
}

.hero-section h1 {
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  color: #fff;
  line-height: .88;
  margin: 0 0 1.6rem;
  font-weight: 700
}

.hero-section h1 span {
  color: var(--gold-light)
}

.hero-text {
  max-width: 650px;
  color: #f8ead8;
  font-size: 1.05rem;
  margin-bottom: 2rem
}

.section-pad {
  padding: 100px 0
}

.about-section {
  background: var(--cream)
}

.image-frame {
  position: relative;
  padding: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid #ead7a4
}

.image-frame img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center center;
  display: block
}

.frame-badge {
  position: absolute;
  bottom: 28px;
  left: 28px;
  background: var(--maroon);
  color: #fff;
  padding: 10px 18px;
  font-size: .72rem;
  letter-spacing: .12em;
  font-weight: 700
}

.gold-line {
  width: 75px;
  height: 3px;
  background: var(--gold);
  margin: 20px 0 24px
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--maroon);
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px
}

.text-link:hover {
  color: #b08313
}

.collections-section {
  background: var(--maroon-dark);
  color: #fff
}

.collections-section h2,
.collections-section .section-heading p {
  color: #fff
}

.section-heading {
  max-width: 760px;
  margin: auto
}

.section-heading p {
  opacity: .78
}

.collection-card {
  height: 100%;
  padding: 35px 25px;
  text-align: center;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(231, 185, 60, .35);
  transition: .3s
}

.collection-card:hover {
  transform: translateY(-7px);
  background: rgba(231, 185, 60, .08);
  border-color: var(--gold)
}

.icon-wrap {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold-light);
  font-size: 1.65rem;
  border-radius: 50%
}

.collection-card h3 {
  color: #fff;
  font-size: 1.65rem;
  margin-bottom: 7px
}

.collection-card p {
  color: #eadfcf;
  margin: 0;
  font-size: .88rem
}

.why-section {
  background: var(--ivory)
}

.feature-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e9dcc4;
  padding: 32px;
  box-shadow: 0 10px 35px rgba(57, 0, 5, .06);
  transition: .3s
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.feature-card i {
  font-size: 2rem;
  color: #b18416
}

.feature-card h3 {
  font-size: 1.65rem;
  color: var(--maroon-dark);
  margin: 15px 0 7px
}

.feature-card p {
  margin: 0
}

.gallery-section {
  background: #fffaf0
}

.gallery-card {
  max-width: 1050px;
  margin: 45px auto 0;
  padding: 12px;
  background: #fff;
  border: 1px solid #e4d1a3;
  box-shadow: var(--shadow)
}

.gallery-card img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  display: block
}

.contact-section {
  background: var(--maroon-dark)
}

.contact-card {
  box-shadow: var(--shadow);
  overflow: hidden
}

.contact-info {
  background: #520007;
  color: #f9ecdc;
  padding: 55px
}

.contact-info h2 {
  color: #fff;
  margin-bottom: 10px
}

.contact-intro {
  color: #e8d8c4
}

.contact-item {
  display: flex;
  gap: 16px;
  margin: 25px 0
}

.contact-item>i {
  color: var(--gold-light);
  font-size: 1.2rem;
  margin-top: 4px
}

.contact-item strong {
  display: block;
  color: var(--gold-light);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 3px
}

.contact-item span,
.contact-item a {
  display: block;
  color: #fff;
  text-decoration: none
}

.contact-item a:hover {
  color: var(--gold-light)
}

.map-wrap {
  position: relative;
  min-height: 530px;
  background: #ddd
}

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

.map-direction {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--gold);
  color: #3f1b00;
  text-decoration: none;
  font-weight: 700;
  padding: 11px 17px;
  border-radius: 3px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .2)
}

.site-footer {
  background: #2c0508;
  color: #d9cdbd;
  padding: 65px 0 25px;
  border-top: 2px solid var(--gold)
}

.footer-logo {
  width: 130px;
  height: 100px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 18px;
}

.footer-address {
  max-width: 480px;
  margin: 0;
  color: #cfc0af;
  font-size: .88rem
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 22px;
  margin-bottom: 18px
}

.footer-links a,
.footer-contact a {
  color: #eadfcf;
  text-decoration: none;
  font-size: .86rem
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: var(--gold-light)
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.site-footer hr {
  border-color: rgba(231, 185, 60, .25);
  margin: 35px 0 20px
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: .76rem;
  color: #a99886
}

.footer-bottom a {
  color: var(--gold-light);
  text-decoration: none
}

.floating-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #3d1900;
  border-radius: 50%;
  z-index: 1030;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
  font-size: 1.1rem
}

@media (max-width:991.98px) {
  .site-navbar .navbar-collapse {
    background: var(--maroon-dark);
    margin: 9px -12px -9px;
    padding: 12px 16px 18px
  }

  .nav-item.ms-lg-2 {
    margin-top: 8px
  }

  .hero-section {
    background-position: 62% center
  }

  .hero-section h1 {
    font-size: clamp(3rem, 11vw, 5rem)
  }

  .image-frame img {
    height: 480px
  }
}

@media (max-width:767.98px) {
  .section-pad {
    padding: 75px 0
  }

  .hero-section {
    min-height: 760px;
    background-position: 64% center
  }

  .hero-section .container {
    padding-top: 85px
  }

  .hero-text {
    font-size: .94rem
  }

  .image-frame img {
    height: 390px
  }

  .gallery-card img {
    height: 350px
  }

  .contact-info {
    padding: 38px 25px
  }

  .map-wrap {
    min-height: 400px
  }

  .footer-bottom {
    flex-direction: column
  }
}

@media (max-width:575.98px) {
  .navbar-brand img {
    width: 66px;
    height: 52px
  }

  .hero-section {
    min-height: 700px
  }

  .hero-section h1 {
    font-size: 3.35rem
  }

  .btn-lg {
    font-size: .9rem;
    padding: .72rem 1rem
  }

  .image-frame {
    padding: 8px
  }

  .image-frame img {
    height: 330px
  }

  .frame-badge {
    left: 18px;
    bottom: 18px;
    font-size: .62rem
  }

  .gallery-card {
    padding: 7px
  }

  .gallery-card img {
    height: 270px
  }

  .floating-call {
    width: 49px;
    height: 49px
  }
}