
:root {
  --bc-c1: #0a0a0a;
  --bc-c2: #1a1a1a;
  --bc-c3: #2d2d2d;
  --bc-c4: #f8f8f8;
  --bc-c5: #ffffff;
  --bc-c6: #d4af37;
  --bc-c7: #8b4513;
  --bc-c8: #2c5f2d;
  --bc-c9: #e8e8e8;
  --bc-c10: #666666;
  --bc-c11: #4a4a4a;
  --bc-c12: #b8860b;
  
  --bc-s1: 0.25rem;
  --bc-s2: 0.5rem;
  --bc-s3: 0.75rem;
  --bc-s4: 1rem;
  --bc-s5: 1.5rem;
  --bc-s6: 2rem;
  --bc-s7: 3rem;
  --bc-s8: 4rem;
  --bc-s9: 6rem;
  --bc-s10: 8rem;
  
  --bc-t1: 0.75rem;
  --bc-t2: 0.875rem;
  --bc-t3: 1rem;
  --bc-t4: 1.125rem;
  --bc-t5: 1.25rem;
  --bc-t6: 1.5rem;
  --bc-t7: 1.875rem;
  --bc-t8: 2.25rem;
  --bc-t9: 3rem;
  --bc-t10: 3.75rem;
  --bc-t11: 4.5rem;
  
  --bc-a1: 0.15s;
  --bc-a2: 0.3s;
  --bc-a3: 0.5s;
  --bc-a4: 0.8s;
  --bc-a5: 1.2s;
  
  --bc-bp1: 640px;
  --bc-bp2: 768px;
  --bc-bp3: 1024px;
  --bc-bp4: 1280px;
  --bc-bp5: 1536px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  font-family: 'Crimson Text', 'Georgia', serif;
  font-size: var(--bc-t3);
  line-height: 1.8;
  color: var(--bc-c1);
  background: var(--bc-c5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bc-x91f2a {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--bc-c1);
}

.bc-f83aa9 {
  font-family: 'Crimson Text', 'Georgia', serif;
  font-weight: 400;
  line-height: 1.8;
  color: var(--bc-c10);
}

.bc-09fae1 {
  font-family: 'Libre Franklin', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: var(--bc-t2);
  color: var(--bc-c11);
}

.bc-h1a3f {
  font-size: clamp(var(--bc-t9), 5vw, var(--bc-t11));
  margin-bottom: var(--bc-s6);
}

.bc-h2b4e {
  font-size: clamp(var(--bc-t7), 4vw, var(--bc-t9));
  margin-bottom: var(--bc-s5);
}

.bc-h3c5d {
  font-size: clamp(var(--bc-t6), 3vw, var(--bc-t8));
  margin-bottom: var(--bc-s4);
}

.bc-h4d6c {
  font-size: clamp(var(--bc-t5), 2.5vw, var(--bc-t7));
  margin-bottom: var(--bc-s4);
}

.bc-h5e7b {
  font-size: var(--bc-t5);
  margin-bottom: var(--bc-s3);
}

.bc-h6f8a {
  font-size: var(--bc-t4);
  margin-bottom: var(--bc-s3);
  font-weight: 600;
}

.bc-p1g9h {
  margin-bottom: var(--bc-s5);
  font-size: var(--bc-t4);
  line-height: 1.9;
}

.bc-p2h8i {
  font-size: var(--bc-t3);
  margin-bottom: var(--bc-s4);
}

.bc-lead1j {
  font-size: var(--bc-t5);
  line-height: 1.7;
  color: var(--bc-c11);
  margin-bottom: var(--bc-s6);
  font-weight: 400;
}

.bc-link1k {
  color: var(--bc-c7);
  text-decoration: none;
  position: relative;
  transition: color var(--bc-a2) ease;
}

.bc-link1k::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--bc-c7);
  transition: width var(--bc-a3) ease;
}

.bc-link1k:hover {
  color: var(--bc-c12);
}

.bc-link1k:hover::after {
  width: 100%;
}

.bc-btn1l {
  display: inline-block;
  padding: var(--bc-s4) var(--bc-s7);
  font-family: 'Libre Franklin', sans-serif;
  font-size: var(--bc-t3);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--bc-c5);
  background: var(--bc-c1);
  border: 2px solid var(--bc-c1);
  cursor: pointer;
  transition: all var(--bc-a2) ease;
  position: relative;
  overflow: hidden;
}

.bc-btn1l::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: var(--bc-c6);
  transform: translate(-50%, -50%);
  transition: width var(--bc-a3) ease, height var(--bc-a3) ease;
  z-index: 0;
  border-radius: 50%;
}

.bc-btn1l:hover::before {
  width: 300%;
  height: 300%;
}

.bc-btn1l span {
  position: relative;
  z-index: 1;
}

.bc-btn1l:hover {
  color: var(--bc-c1);
  border-color: var(--bc-c6);
}

.bc-btn2m {
  background: transparent;
  color: var(--bc-c1);
  border: 2px solid var(--bc-c1);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Libre Franklin', sans-serif;
  font-size: var(--bc-t3);
  font-weight: 600;
  text-decoration: none;
}

.bc-btn2m:hover {
  background: var(--bc-c1);
  color: var(--bc-c5);
}

.bc-list1n {
  list-style: none;
  margin-bottom: var(--bc-s5);
}

.bc-list1n li {
  position: relative;
  padding-left: var(--bc-s6);
  margin-bottom: var(--bc-s4);
  font-size: var(--bc-t4);
  line-height: 1.8;
}

.bc-list1n li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--bc-c6);
  font-weight: 700;
}

.bc-cont1o {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--bc-s6);
}

.bc-cont2p {
  max-width: 900px;
}

.bc-cont3q {
  max-width: 1200px;
}

.bc-img1r {
  width: 100%;
  height: auto;
  display: block;
}

.bc-imgwrap1s {
  position: relative;
  overflow: hidden;
  background: var(--bc-c9);
}

.bc-imgwrap1s::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.1) 100%
  );
  pointer-events: none;
}

.bc-dec1t {
  width: 60px;
  height: 2px;
  background: var(--bc-c6);
  margin: var(--bc-s6) 0;
}

.bc-dec2u {
  border-left: 3px solid var(--bc-c6);
  padding-left: var(--bc-s5);
  margin: var(--bc-s6) 0;
}

.bc-mt1v { margin-top: var(--bc-s4); }
.bc-mt2w { margin-top: var(--bc-s6); }
.bc-mt3x { margin-top: var(--bc-s8); }
.bc-mb1y { margin-bottom: var(--bc-s4); }
.bc-mb2z { margin-bottom: var(--bc-s6); }
.bc-mb3aa { margin-bottom: var(--bc-s8); }
.bc-pt1ab { padding-top: var(--bc-s6); }
.bc-pt2ac { padding-top: var(--bc-s8); }
.bc-pt3ad { padding-top: var(--bc-s10); }
.bc-pb1ae { padding-bottom: var(--bc-s6); }
.bc-pb2af { padding-bottom: var(--bc-s8); }
.bc-pb3ag { padding-bottom: var(--bc-s10); }

.bc-tac1ah { text-align: center; }
.bc-tal1ai { text-align: left; }
.bc-tar1aj { text-align: right; }

@media (max-width: 768px) {
  :root {
    --bc-s6: 1.5rem;
    --bc-s7: 2rem;
    --bc-s8: 3rem;
  }
  
  .bc-p1g9h {
    font-size: var(--bc-t3);
  }
}



.navbar-brand img{
    max-width: 200px;
    width: 200px;
    object-fit: contain;
}

html{
    overflow-x: hidden;
}


footer .navbar-brand img{
    filter: brightness(0) invert(1);
}

.footer-text{
    margin-top: 20px;
}