:root {
  --chrome-accent: #d4a373;
  --chrome-accent-soft: rgba(212, 163, 115, 0.14);
  --chrome-surface: rgba(13, 17, 23, 0.92);
  --chrome-line: rgba(212, 163, 115, 0.24);
  --chrome-muted: #94a3b8;
  --chrome-text: #f8fafc;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background:
    linear-gradient(180deg, rgba(20, 25, 33, 0.98), rgba(13, 17, 23, 0.94)) !important;
  border-bottom: 1px solid var(--chrome-line) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 -1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 0.7rem 0 !important;
}
.navbar > .container {
  max-width: 1240px;
  position: relative;
}
.navbar-brand {
  display: inline-flex !important;
  align-items: center;
  min-height: 42px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.navbar-brand img {
  display: block !important;
  width: 154px;
  height: auto !important;
  max-height: 42px;
  object-fit: contain;
}
.navbar-brand::before {
  display: none;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
}
.breadcrumb-item a,
.breadcrumb-item.active {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  vertical-align: middle;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-flex;
  align-items: center;
  float: none;
}
.navbar-brand:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 8px 18px rgba(212, 163, 115, 0.18));
}
.navbar-nav {
  gap: 0.3rem !important;
}
.nav-link {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  min-height: 38px;
  color: #cbd5e1 !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.8rem !important;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  right: 0.8rem;
  bottom: 0.24rem;
  left: 0.8rem;
  height: 2px;
  border-radius: 999px;
  background: var(--chrome-accent);
  box-shadow: 0 0 10px rgba(212, 163, 115, 0.55);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.nav-link:hover,
.nav-link.active {
  color: var(--chrome-text) !important;
  background: linear-gradient(135deg, rgba(212, 163, 115, 0.17), rgba(255, 255, 255, 0.045));
  border-color: rgba(212, 163, 115, 0.23);
  transform: translateY(-1px);
}
.nav-link:hover::after,
.nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}
.navbar .nav-item.ms-lg-2 {
  margin-left: 0.45rem !important;
}
.navbar .nav-item.ms-lg-2 .btn-accent {
  min-height: 38px;
  padding: 0.58rem 1rem !important;
  border: 1px solid rgba(255, 235, 205, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, #e4b987, #b8864e) !important;
  box-shadow: 0 7px 18px rgba(184, 134, 78, 0.22);
  color: #161b22 !important;
  font-weight: 800;
  transition: box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}
.navbar .nav-item.ms-lg-2 .btn-accent:hover {
  background: linear-gradient(135deg, #f0c895, #c7945c) !important;
  box-shadow: 0 10px 24px rgba(184, 134, 78, 0.34);
  filter: saturate(1.06);
  transform: translateY(-2px);
}
.navbar-toggler {
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(212, 163, 115, 0.45) !important;
  border-radius: 10px;
  box-shadow: none !important;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(212, 163, 115, 0.14) !important;
}
footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(212, 163, 115, 0.09), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(148, 163, 184, 0.07), transparent 25%),
    #0d1117 !important;
  border-top: 1px solid var(--chrome-line) !important;
  padding: clamp(3.2rem, 6vw, 4.8rem) 0 1.8rem !important;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 163, 115, 0.55), transparent);
}
footer > a[href="/news/"] {
  display: none !important;
}
footer > .container {
  max-width: 1240px;
}
footer > .container > .row {
  display: grid !important;
  grid-template-columns: minmax(240px, 1.25fr) repeat(4, minmax(125px, 0.8fr));
  gap: 2.2rem 2.35rem;
  margin: 0 !important;
}
footer > .container > .row > [class*='col-'] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  width: 184px;
  height: 42px;
  overflow: hidden;
  color: transparent !important;
  line-height: 0;
  text-decoration: none !important;
  margin-bottom: 1rem !important;
}
.footer-brand img {
  display: block;
  width: 184px;
  height: 42px;
  object-fit: contain;
}
.footer-brand::after {
  display: none;
}
.footer-desc {
  max-width: 360px !important;
  color: var(--chrome-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.8 !important;
  margin-bottom: 1rem !important;
}
footer > .container > .row > :first-child::after {
  content: '18+   •   SSL   •   MOBILE SUPPORT';
  display: inline-flex;
  align-items: center;
  margin-top: 0.8rem;
  padding: 0.42rem 0.68rem;
  border: 1px solid rgba(212, 163, 115, 0.22);
  border-radius: 999px;
  background: rgba(212, 163, 115, 0.07);
  color: #caa477;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
.footer-heading {
  color: var(--chrome-text) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  margin-bottom: 1.05rem !important;
  text-transform: uppercase;
}
.footer-link {
  position: relative;
  display: block;
  width: fit-content;
  color: var(--chrome-muted) !important;
  font-size: 0.86rem !important;
  line-height: 1.45;
  margin-bottom: 0.65rem !important;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.footer-link:hover {
  padding-left: 0.35rem;
  color: var(--chrome-accent) !important;
}
footer > .container > .row > :first-child p a,
footer > .container > .row > :first-child p {
  color: var(--chrome-muted) !important;
}
footer > .container > .row > :first-child p a:hover {
  color: var(--chrome-accent) !important;
}
.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.18) !important;
  margin-top: 2.6rem !important;
  padding-top: 1.25rem !important;
  color: #64748b !important;
  font-size: 0.76rem !important;
}
.footer-bottom a {
  color: var(--chrome-muted) !important;
  transition: color 0.2s ease;
}
.footer-bottom a:hover {
  color: var(--chrome-accent) !important;
}
@media (max-width: 1199.98px) {
  .nav-link {
    padding-right: 0.62rem !important;
    padding-left: 0.62rem !important;
    font-size: 0.77rem !important;
  }
  footer > .container > .row {
    gap: 2rem 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 0.85rem;
    padding: 0.55rem;
    border: 1px solid rgba(212, 163, 115, 0.2);
    border-radius: 16px;
    background: rgba(13, 17, 23, 0.98);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  }
  .navbar-nav {
    align-items: stretch !important;
    gap: 0.2rem !important;
  }
  .nav-link {
    min-height: 42px;
    justify-content: flex-start;
    padding: 0.65rem 0.8rem !important;
    border-radius: 10px;
    font-size: 0.86rem !important;
  }
  .nav-link::after {
    right: 0.8rem;
    bottom: 0.45rem;
    left: auto;
    width: 2.5rem;
  }
  .navbar .nav-item.ms-lg-2 {
    margin-top: 0.4rem;
    margin-left: 0 !important;
  }
  .navbar .nav-item.ms-lg-2 .btn-accent {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  footer > .container > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  footer > .container > .row > :first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    padding: 0.58rem 0 !important;
  }
  .navbar-brand {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  footer > .container > .row {
    grid-template-columns: 1fr;
    gap: 1.55rem;
  }
  footer > .container > .row > :first-child {
    grid-column: auto;
  }
  .footer-bottom {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem !important;
  }
}
.body-image-section {
  padding: clamp(2.8rem, 6vw, 5.4rem) 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(212, 163, 115, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(31, 41, 55, 0.78), rgba(13, 17, 23, 0.98));
  border-top: 1px solid rgba(212, 163, 115, 0.12);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.body-image-section--compact {
  padding: clamp(2.4rem, 5vw, 4rem) 0;
  background: #0d1117;
}
.body-image-section--compact .body-image-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
}
.body-image-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(1.8rem, 5vw, 4.8rem);
}
.body-image-layout--gallery {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}
.body-image-copy {
  max-width: 620px;
}
.body-image-kicker {
  margin-bottom: 0.75rem;
  color: var(--chrome-accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.body-image-title {
  margin-bottom: 1rem;
  color: var(--chrome-text);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.18;
}
.body-image-copy p {
  max-width: 58ch;
  margin-bottom: 0.85rem;
  color: var(--chrome-muted);
  line-height: 1.8;
}
.body-image-panel {
  margin: 0;
  padding: 0.55rem;
  border: 1px solid rgba(212, 163, 115, 0.26);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.body-image-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 15px;
  object-fit: cover;
}
.body-image-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.body-image-gallery .body-image-panel {
  padding: 0.42rem;
  border-radius: 16px;
}
.body-image-gallery .body-image-panel img {
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .body-image-layout,
  .body-image-layout--gallery,
  .body-image-section--compact .body-image-layout {
    grid-template-columns: 1fr;
  }
  .body-image-copy {
    max-width: none;
  }
}
