/* Shared site header — all pages (served via MEDIA_URL so it works with R2 static) */
.header {
  width: 100% !important;
  background: #0f172a !important;
  position: relative !important;
  z-index: 1002 !important;
}

.gtco-nav {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  background: transparent !important;
  font-family: "Montserrat", sans-serif !important;
  z-index: 1002 !important;
}

.gtco-nav #gtco-logo {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.gtco-nav #gtco-logo a {
  display: inline-block !important;
  color: #fff !important;
  background: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 0;
}

.gtco-nav #gtco-logo .site-logo,
.gtco-nav #gtco-logo img {
  width: 140px !important;
  max-width: 140px !important;
  max-height: 52px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1;
}

.gtco-nav .col-sm-2 {
  width: auto !important;
}

.gtco-nav ul {
  padding: 0 !important;
  margin: 8px 0 0 0 !important;
}

.gtco-nav ul li {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  display: inline-block !important;
  line-height: 1.5 !important;
  font-family: "Montserrat", sans-serif !important;
  vertical-align: middle !important;
}

.gtco-nav ul li > a {
  text-transform: uppercase !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  color: #ffffff !important;
  padding: 8px 12px !important;
  display: inline-block !important;
  background: transparent !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  -o-transition: color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus {
  color: #ffffff !important;
  opacity: 0.9;
  background: transparent !important;
  border-bottom-color: #c89a2d !important;
}

.gtco-nav ul li.active > a {
  color: #c89a2d !important;
  background: transparent !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  border-bottom: 2px solid #c89a2d !important;
  font-weight: 600 !important;
}

.gtco-nav ul li.has-dropdown:hover > a,
.gtco-nav ul li.has-dropdown:focus > a {
  color: #ffffff !important;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
  text-transform: none !important;
  color: #999999 !important;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #ffffff !important;
}

@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 10px 0 !important;
  }

  .gtco-nav #gtco-logo .site-logo,
  .gtco-nav #gtco-logo img {
    width: 100px !important;
    max-width: 100px !important;
    max-height: 40px !important;
  }
}

/* Prestige footer — matches site navy / gold look */
.prestige-footer,
#gtco-footer.prestige-footer {
  background: #0f172a !important;
  color: #cbd5e1 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.prestige-footer > .gtco-container,
.prestige-footer-bottom > .gtco-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.prestige-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px 48px;
  padding: 64px 0 48px;
  flex-wrap: wrap;
}

.prestige-footer-about {
  flex: 1 1 240px;
  max-width: 300px;
}

.prestige-footer-col {
  flex: 0 1 auto;
  padding-top: 0;
}

.prestige-footer-col-links {
  flex: 0 1 200px;
  min-width: 180px;
}

.prestige-footer-col-projects {
  flex: 0 1 160px;
  min-width: 140px;
}

.prestige-footer-col-subscribe {
  flex: 1 1 260px;
  max-width: 320px;
}

.prestige-footer-about p,
.prestige-footer-subscribe-text {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 14px;
}

.prestige-footer-brand {
  display: inline-block;
  background: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 0 0 18px;
  line-height: 0;
}

.prestige-footer-logo {
  display: block;
  width: 140px;
  max-width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.prestige-footer-tagline {
  color: #c89a2d !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 8px !important;
}

.prestige-footer-col h4 {
  margin: 0 0 18px;
  padding-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 1.2;
}

.prestige-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prestige-footer-links li {
  margin: 0 0 10px;
}

.prestige-footer-links-2col {
  column-count: 2;
  column-gap: 24px;
}

.prestige-footer-links-2col li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.prestige-footer-links a {
  color: #cbd5e1 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.prestige-footer-links a:hover {
  color: #c89a2d !important;
  border-bottom-color: #c89a2d;
}

.prestige-footer-form {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.prestige-footer-form .form-control {
  flex: 1 1 auto;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

.prestige-footer-form .form-control::placeholder {
  color: #94a3b8;
}

.prestige-footer-btn {
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: #c89a2d;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.prestige-footer-btn:hover,
.prestige-footer-btn:focus {
  background: #b08724;
  color: #fff;
  outline: none;
}

.prestige-footer-social {
  display: flex;
  gap: 16px;
}

.prestige-footer-social a {
  color: #c89a2d !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.prestige-footer-social a:hover {
  color: #fff !important;
}

.prestige-footer-bottom {
  background: #020617;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
}

.prestige-footer-bottom p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.7;
}

/* Clear fixed Tawk chat widget (bottom-left) so copyright stays readable */
.prestige-footer-bottom .gtco-container > .row > .col-md-7 {
  padding-left: 80px !important;
}

.prestige-footer-bottom-right p {
  color: #94a3b8;
  font-size: 12px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .prestige-footer > .gtco-container,
  .prestige-footer-bottom > .gtco-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .prestige-footer-main {
    padding: 48px 0 28px;
    flex-direction: column;
    gap: 28px;
  }

  .prestige-footer-about,
  .prestige-footer-col-links,
  .prestige-footer-col-projects,
  .prestige-footer-col-subscribe {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    width: 100%;
  }

  .prestige-footer-col h4 {
    padding-top: 0;
  }

  .prestige-footer-bottom .text-right,
  .prestige-footer-bottom-right {
    text-align: left !important;
    margin-top: 14px;
  }

  .prestige-footer-bottom .gtco-container > .row > .col-md-7 {
    padding-left: 80px !important;
    padding-right: 15px !important;
  }

  .prestige-footer-form {
    flex-direction: column;
  }

  .prestige-footer-btn {
    width: 100%;
  }
}
