:root {
  --saddle: #5c2e15;
  --cognac: #8b4a24;
  --brass: #c4a46a;
  --cream: #f6f0e6;
  --tan: #e4d4bc;
  --olive: #4a5c3a;
  --ink: #1c1410;
}

body { background: var(--cream); }

#header,
.header-wrapper,
.wsmainfull {
  z-index: 1100 !important;
}
.wsmobileheader {
  z-index: 1101 !important;
}

#header.tra-menu.navbar-dark.inner-page-header {
  background: transparent;
  backdrop-filter: none;
}
.tra-menu.navbar-dark.inner-page-header .header-wrapper,
.tra-menu.navbar-dark.inner-page-header .wsmainfull.scroll {
  background: rgba(246, 240, 230, 0.96);
  backdrop-filter: blur(8px);
}

#page > section.inner-page-hero,
#page > section.leather-hero {
  z-index: 1 !important;
}

.overlapblackbg {
  pointer-events: none;
}
body.wsactive .overlapblackbg {
  pointer-events: auto;
}

#loading {
  display: none !important;
}

.logo-link {
  line-height: 1;
  text-decoration: none;
}
#header .desktoplogo img.site-logo,
#header .wsmobileheader img.site-logo {
  display: inline-block;
  width: auto !important;
  max-width: min(420px, 78vw);
  height: 92px !important;
  max-height: 92px !important;
}
#header .desktoplogo {
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 4px;
}
#header .tra-menu .wsmainfull,
#header .tra-menu .wsmainfull.scroll {
  padding-top: 12px;
  padding-bottom: 10px;
}
#header .wsmobileheader {
  height: auto;
  min-height: 100px;
  padding: 8px 0 6px;
}
#header .wsmobileheader .smllogo {
  margin-top: 0;
  padding-top: 4px;
}
.site-logo-big {
  display: block;
  width: min(100%, 360px);
  height: auto;
  margin: 0 auto;
}
.footer-brand-logo {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.page-home #header .logo-link img.site-logo {
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.page-home #header.tra-menu.navbar-light .wsmainfull {
  background-color: transparent !important;
  box-shadow: none;
}
.page-home .wsmobileheader {
  background: rgba(92, 46, 21, 0.55);
  backdrop-filter: blur(8px);
}
.page-home .tra-menu.navbar-light.white-scroll .wsmainfull.scroll {
  background-color: rgba(246, 240, 230, 0.96) !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(92, 46, 21, 0.08);
}

.leather-hero {
  background-color: #2c1810;
  background-image:
    linear-gradient(180deg, rgba(44, 24, 16, 0.78) 0%, rgba(28, 20, 16, 0.88) 100%),
    var(--hero-image, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 7.5rem 0 5.5rem;
}
.leather-hero .post-tag,
.leather-hero h1,
.leather-hero h1.s-52,
.leather-hero .hero-lead,
.leather-hero p {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.leather-hero .post-tag {
  color: var(--brass) !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.leather-hero h1 {
  max-width: 18ch;
  margin-inline: auto;
  line-height: 1.12;
}
.leather-hero .hero-lead {
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 42rem;
  margin-inline: auto;
}
.leather-hero .btn--theme,
.leather-hero .btn--theme:hover,
.leather-hero .hover--theme:hover {
  color: var(--ink) !important;
  background: var(--brass) !important;
  border-color: var(--brass) !important;
}
.leather-hero .btn--theme:hover,
.leather-hero .hover--theme:hover {
  background: #d4b67a !important;
  border-color: #d4b67a !important;
}
.leather-hero .btn--tra-white,
.leather-hero .btn--tra-white:hover,
.leather-hero .hover--tra-white:hover {
  color: #fff !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
}
.leather-hero .btn--tra-white:hover,
.leather-hero .hover--tra-white:hover {
  color: var(--ink) !important;
  background: #fff !important;
  border-color: #fff !important;
}

.page-home #header.tra-menu.navbar-light .wsmenu-list > li > a.h-link:hover {
  color: var(--brass) !important;
}
.page-home #header.tra-menu.navbar-light.white-scroll .scroll .wsmenu-list > li > a.h-link:hover {
  color: var(--saddle) !important;
}

.guide-card {
  border: 1px solid #eadfce;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
}
.guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(92, 46, 21, 0.12);
  color: inherit;
}
.guide-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.guide-card .guide-card-body { padding: 1.1rem 1.15rem 1.25rem; }
.guide-card .guide-tag {
  color: var(--saddle);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.guide-card h3 {
  font-size: 1.05rem;
  margin: 0.45rem 0 0.55rem;
  line-height: 1.35;
  color: var(--ink);
}
.guide-card p {
  margin: 0;
  color: #5f5550;
  font-size: 0.92rem;
  line-height: 1.55;
}

.single-post-txt::after {
  content: "";
  display: table;
  clear: both;
}
.article-figure {
  width: 50%;
  margin: 0.35rem 0 1rem;
}
.article-figure.float-left {
  float: left;
  margin-right: 1.5rem;
}
.article-figure.float-right {
  float: right;
  margin-left: 1.5rem;
}
.article-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
  border: 1px solid #eadfce;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.article-figure figcaption {
  font-size: 0.72rem;
  color: #6d645c;
  margin-top: 0.45rem;
  line-height: 1.4;
}

#single-post .post-content {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
#single-post .single-post-title h1 {
  color: var(--saddle);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
#single-post .single-post-title .post-tag {
  color: var(--brass) !important;
  font-weight: 800;
  letter-spacing: 0.08em;
}
#single-post .single-post-txt {
  color: #3a322e;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(92, 46, 21, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 18px 50px rgba(92, 46, 21, 0.07);
  padding: clamp(1.35rem, 4vw, 3.5rem);
}
#single-post .single-post-txt p {
  font-size: 1.0625rem;
  line-height: 1.82;
  margin-bottom: 1.25rem;
}
#single-post .single-post-txt > .lead {
  color: var(--saddle);
  background: linear-gradient(135deg, rgba(228, 212, 188, 0.45), rgba(196, 164, 106, 0.16));
  border-left: 4px solid var(--saddle);
  border-radius: 0 0.9rem 0.9rem 0;
  font-size: clamp(1.08rem, 2vw, 1.22rem);
  line-height: 1.75;
  padding: 1.15rem 1.25rem;
  margin-bottom: 2.25rem;
}
#single-post .single-post-txt h4 {
  clear: both;
  color: var(--saddle);
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
  border-top: 1px solid rgba(92, 46, 21, 0.12);
  padding-top: 2rem;
  margin: 2.75rem 0 1.1rem;
  text-wrap: balance;
}
#single-post .single-post-txt ul,
#single-post .single-post-txt ol {
  display: block;
  list-style-position: outside;
  padding-left: 1.55rem;
  margin: 0.35rem 0 1.6rem;
}
#single-post .single-post-txt ul { list-style-type: disc; }
#single-post .single-post-txt ol { list-style-type: decimal; }
#single-post .single-post-txt li {
  color: #3a322e;
  display: list-item;
  font-size: 1.025rem;
  line-height: 1.65;
  padding-left: 0.35rem;
  margin-bottom: 0.48rem;
}
#single-post .single-post-txt li::marker {
  color: var(--saddle);
  font-weight: 800;
}
#single-post .single-post-txt p a,
#single-post .single-post-txt li a {
  color: var(--olive);
  font-weight: 700;
  text-decoration-color: rgba(74, 92, 58, 0.45);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

#single-post .single-post-txt .table-responsive {
  border: 1px solid rgba(92, 46, 21, 0.14);
  border-radius: 0.85rem;
  box-shadow: 0 10px 24px rgba(92, 46, 21, 0.06);
  margin: 1.25rem 0 2rem;
  overflow-x: auto;
  clear: both;
}
#single-post .single-post-txt .table {
  min-width: 640px;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.45;
}
#single-post .single-post-txt .table th {
  color: #fff;
  background: var(--saddle);
  border-color: rgba(255, 255, 255, 0.16);
  font-weight: 700;
  padding: 0.85rem 0.75rem;
  white-space: nowrap;
}
#single-post .single-post-txt .table td {
  color: #3a322e;
  border-color: rgba(92, 46, 21, 0.1);
  padding: 0.75rem;
  vertical-align: top;
}
#single-post .single-post-txt .table tbody tr:nth-child(even) td {
  background: rgba(228, 212, 188, 0.28);
}

.related-guides {
  clear: both;
  width: 100%;
  border-top: 1px solid #eadfce;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}
.related-guides h4 { margin-bottom: 1rem; }
.related-guides .mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.related-guides a {
  display: block;
  border: 1px solid #eadfce;
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  background: #fffdf8;
  font-weight: 700;
  line-height: 1.3;
  color: var(--saddle);
  text-decoration: none;
}
.related-guides a:hover { border-color: var(--brass); }

.contact-email-figure {
  max-width: 420px;
  margin: 0.5rem 0 1.75rem;
}
.contact-email-image {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 0.65rem;
  border: 1px solid #eadfce;
  background: #fff;
}

.footer-brand {
  margin-bottom: 0.35rem;
  color: var(--saddle);
  font-size: 1.35rem;
}
.footer-brand span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(92, 46, 21, 0.75);
}

.site-intro {
  background: linear-gradient(180deg, var(--tan) 0%, #d4c2a8 100%);
  padding: 3.5rem 0 3rem;
  border-top: 1px solid rgba(92, 46, 21, 0.08);
}
.site-intro .footer-info.footer-intro {
  background: var(--cream);
  border: 1px solid rgba(92, 46, 21, 0.12);
  border-radius: 1.25rem;
  padding: 2rem 2.25rem;
  box-shadow: 0 12px 32px rgba(92, 46, 21, 0.08);
}
.site-intro .site-footer-note {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(28, 20, 16, 0.82);
  max-width: 42rem;
  margin: 1rem auto 0;
}

#footer-1.leather-footer {
  background: linear-gradient(180deg, var(--saddle) 0%, #2c1810 100%);
  color: #f7eee6;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
#footer-1.leather-footer .footer-links-col {
  text-align: center;
}
#footer-1.leather-footer .footer-links-col h6 {
  color: #fff;
  margin-bottom: 1.1rem;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#footer-1.leather-footer .foo-links {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
#footer-1.leather-footer .foo-links li p {
  margin-bottom: 0.55rem;
}
#footer-1.leather-footer a,
#footer-1.leather-footer .foo-links li p a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}
#footer-1.leather-footer a:hover,
#footer-1.leather-footer .foo-links li p a:hover {
  color: #fff8e4 !important;
}
#footer-1.leather-footer hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin: 2rem 0 1.5rem;
  opacity: 1;
}
#footer-1.leather-footer .footer-disclaimer {
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.6;
}
#footer-1.leather-footer .footer-copyright p,
#footer-1.leather-footer .bottom-secondary-link p {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .article-figure,
  .article-figure.float-left,
  .article-figure.float-right {
    float: none;
    width: 100%;
    margin: 1.25rem 0;
  }
  #single-post .single-post-title h1 {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }
  #single-post .single-post-txt {
    border-radius: 0.9rem;
    padding: 1.25rem;
  }
  .related-guides .mini-grid { grid-template-columns: 1fr; }
  .contact-email-figure,
  .contact-email-image {
    max-width: 320px;
  }
  #footer-1.leather-footer .bottom-secondary-link {
    text-align: left !important;
    margin-top: 0.5rem;
  }
}
