:root {
  --plum: #553246;
  --plum-dark: #321d2b;
  --plum-soft: #6a4358;
  --gold: #d7b66b;
  --gold-light: #f1d99a;
  --cream: #fbf7f0;
  --ivory: #fffdf9;
  --text: #2b2026;
  --muted: #756a70;
  --line: rgba(85, 50, 70, .14);
}

* {
  box-sizing: border-box
}

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

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: var(--ivory);
  overflow-x: hidden
}

h1,
h2,
h3,
h4 {
  font-family: 'Cormorant Garamond', serif
}

h2 {
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.05;
  color: var(--plum);
  margin: 10px 0 18px;
  font-weight: 700
}

p {
  line-height: 1.8;
  color: var(--muted)
}

.site-navbar {
  background: rgba(50, 29, 43, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(215, 182, 107, .5);
  padding: 8px 0
}

.brand-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 50%
}

.nav-link {
  color: #fff !important;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 10px 13px !important
}

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

.btn-gold {
  background: var(--gold);
  color: var(--plum-dark);
  border: 1px solid var(--gold);
  font-weight: 700;
  letter-spacing: .04em
}

.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--plum-dark)
}

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

.btn-outline-gold:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--plum-dark)
}

.hero-section {
  position: relative;
  min-height: 100vh;

  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    linear-gradient(
      rgba(5, 5, 5, 0.78),
      rgba(0, 0, 0, 0.78)
    );
}

.eyebrow,
.section-kicker,
.heritage-small {
  display: inline-block;
  color: var(--gold-light);
  font-size: .76rem;
  letter-spacing: .24em;
  font-weight: 700
}

.hero-section h1 {
  font-size: clamp(3.3rem, 6vw, 6.4rem);
  line-height: .9;
  margin: 18px 0 26px;
  font-weight: 600
}

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

.hero-text {
  max-width: 650px;
  color: rgba(255, 255, 255, .78);
  font-size: 1rem;
  margin-bottom: 32px
}

.hero-logo-wrap {
  position: relative;
  z-index: 2;
}
.hero-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%
}

.section-padding {
  padding: 100px 0
}

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

.about-visual {
  min-height: 470px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.about-visual:before {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: var(--plum);
  opacity: .07
}

.gold-frame {
  position: absolute;
  width: 360px;
  height: 430px;
  border: 1px solid var(--gold);
  transform: rotate(5deg)
}

.about-logo {
  width: 310px;
  height: 310px;
  object-fit: contain;
  position: relative;
  z-index: 1
}

.since-badge {
  position: absolute;
  right: 5%;
  bottom: 12%;
  background: var(--plum);
  color: #fff;
  padding: 15px 22px;
  border-left: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  z-index: 2
}

.since-badge strong {
  font-family: 'Cormorant Garamond';
  font-size: 1.35rem;
  color: var(--gold-light)
}

.since-badge small {
  font-size: .68rem;
  letter-spacing: .1em
}

.mini-feature {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  display: flex;
  flex-direction: column
}

.mini-feature span {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700
}

.mini-feature strong {
  font-family: 'Cormorant Garamond';
  font-size: 1.4rem;
  color: var(--plum)
}

.mini-feature small {
  color: var(--muted);
  font-size: .7rem
}

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

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

.collection-card {
  height: 100%;
  min-height: 210px;
  background: var(--ivory);
  border: 1px solid var(--line);
  padding: 30px 24px;
  transition: .3s ease;
  position: relative;
  overflow: hidden
}

.collection-card:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--gold);
  opacity: .08;
  right: -35px;
  bottom: -35px
}

.collection-card:hover {
  transform: translateY(-7px);
  border-color: rgba(215, 182, 107, .8);
  box-shadow: 0 16px 35px rgba(50, 29, 43, .08)
}

.collection-icon {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 20px
}

.collection-card h3,
.why-card h3 {
  font-size: 1.7rem;
  color: var(--plum);
  margin-bottom: 8px
}

.collection-card p {
  font-size: .85rem;
  margin: 0
}

.heritage-section {
  background: var(--plum);
  color: #fff;
  padding: 90px 0;
  position: relative;
  overflow: hidden
}

.heritage-section:before,
.heritage-section:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(215, 182, 107, .2);
  border-radius: 50%
}

.heritage-section:before {
  width: 420px;
  height: 420px;
  left: -220px;
  top: -100px
}

.heritage-section:after {
  width: 520px;
  height: 520px;
  right: -280px;
  bottom: -280px
}

.heritage-inner {
  position: relative;
  z-index: 1
}

.heritage-year {
  font-family: 'Cormorant Garamond';
  font-size: clamp(5rem, 12vw, 9rem);
  line-height: .85;
  color: var(--gold-light);
  font-weight: 600;
  margin: 18px 0
}

.heritage-inner h2 {
  color: #fff;
  margin-bottom: 10px
}

.heritage-inner p {
  color: rgba(255, 255, 255, .65);
  margin: 0
}

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

.why-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff
}

.why-number {
  font-size: .72rem;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: 25px
}

.why-card h3 {
  font-size: 1.55rem
}

.why-card p {
  font-size: .84rem;
  margin: 0
}

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

.contact-card {
  background: var(--plum);
  padding: 45px;
  color: #fff
}

.contact-card h2 {
  color: #fff
}

.contact-card p {
  color: rgba(255, 255, 255, .7)
}

.contact-item {
  display: flex;
  gap: 17px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.contact-icon {
  color: var(--gold-light);
  font-size: 1.35rem;
  min-width: 28px
}

.contact-item small {
  display: block;
  color: var(--gold-light);
  font-size: .62rem;
  letter-spacing: .16em;
  font-weight: 700;
  margin-bottom: 4px
}

.contact-item strong,
.contact-item a {
  color: #fff;
  text-decoration: none;
  font-size: .88rem;
  line-height: 1.6
}

.map-card {
  height: 100%;
  min-height: 500px;
  background: #ddd;
  border: 8px solid #fff;
  box-shadow: 0 15px 40px rgba(50, 29, 43, .08)
}

.site-footer {
  background: var(--plum-dark);
  color: #fff;
  padding: 65px 0 22px
}

.footer-logo {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 15px
}

.footer-tagline,
.site-footer p {
  color: rgba(255, 255, 255, .58);
  font-size: .82rem
}

.site-footer h4 {
  color: var(--gold-light);
  font-size: 1.35rem;
  margin-bottom: 15px
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  font-size: .8rem;
  margin: 8px 0
}

.site-footer a:hover {
  color: var(--gold-light)
}

.site-footer hr {
  border-color: rgba(255, 255, 255, .12);
  margin: 35px 0 18px
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, .45);
  font-size: .68rem
}

.footer-bottom a {
  display: inline;
  color: var(--gold-light);
  font-size: inherit;
  margin: 0
}

@media(max-width:991.98px) {
  .brand-logo {
    width: 58px;
    height: 58px
  }

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

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

  .section-padding {
    padding: 75px 0
  }

  .map-card {
    min-height: 420px
  }
}

@media(max-width:575.98px) {
  .site-navbar {
    padding: 5px 0
  }

  .brand-logo {
    width: 52px;
    height: 52px
  }

  .hero-section .row {
    min-height: 100svh
  }

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

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

  .btn-lg {
    font-size: .82rem;
    padding: .75rem 1rem
  }

  .about-visual {
    min-height: 390px
  }

  .gold-frame {
    width: 275px;
    height: 345px
  }

  .about-logo {
    width: 240px;
    height: 240px
  }

  .since-badge {
    right: 0;
    bottom: 5%
  }

  .section-padding {
    padding: 65px 0
  }

  .collection-card {
    min-height: 190px;
    padding: 23px 18px
  }

  .collection-card h3 {
    font-size: 1.4rem
  }

  .collection-card p {
    font-size: .76rem
  }

  .contact-card {
    padding: 30px 22px
  }

  .map-card {
    min-height: 360px;
    border-width: 5px
  }

  .footer-bottom {
    flex-direction: column
  }
}
/* ============================================================
   ABOUT SECTION - SHOP IMAGE
   ============================================================ */

.shop-about-visual {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-image {
  width: 100%;
  max-width: 560px;
  height: 430px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
  border: 8px solid #fff;
  box-shadow: 0 18px 45px rgba(50, 29, 43, 0.15);
}

/* Gold frame behind image */
.shop-about-visual .gold-frame {
  width: 92%;
  height: 92%;
  border: 1px solid var(--gold);
  transform: rotate(3deg);
  position: absolute;
  z-index: 0;
}

/* Since 1939 badge */
.shop-about-visual .since-badge {
  position: absolute;
  right: -10px;
  bottom: 20px;
  z-index: 2;
  background: var(--plum);
  color: #fff;
  padding: 15px 22px;
  border-left: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
}

.shop-about-visual .since-badge strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: var(--gold-light);
}

.shop-about-visual .since-badge small {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: #fff;
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 575.98px) {

  .shop-about-visual {
    min-height: 370px;
  }

  .shop-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-width: 5px;
  }

  .shop-about-visual .gold-frame {
    width: 94%;
    height: 88%;
  }

  .shop-about-visual .since-badge {
    right: 0;
    bottom: 10px;
    padding: 11px 16px;
  }

  .shop-about-visual .since-badge strong {
    font-size: 1.1rem;
  }

  .shop-about-visual .since-badge small {
    font-size: 0.58rem;
  }
}