body.tm-warm-theme #navbar {
  background: rgba(251, 249, 246, 0.82) !important;
  border-color: rgba(139, 126, 116, 0.18) !important;
  box-shadow: 0 10px 30px rgba(139, 126, 116, 0.08);
}

body.tm-warm-theme #navbar .brand-wordmark,
body.tm-warm-theme #line1,
body.tm-warm-theme #line2 {
  color: #3f3b34 !important;
  background-color: #3f3b34 !important;
}

body.tm-warm-theme #navbar .brand-wordmark {
  color: #7d6b5d !important;
  opacity: 1 !important;
  text-shadow: none;
  letter-spacing: 0.18em;
  font-size: 1rem !important;
  font-weight: 700;
  white-space: nowrap;
  background: transparent !important;
}

body.tm-warm-theme #navbar .book-now-btn {
  background: #9e8976 !important;
  color: #fff !important;
  border-color: #9e8976 !important;
}

body.tm-warm-theme #navbar .book-now-btn:hover {
  background: #7d6b5d !important;
  color: #fff !important;
}

body.tm-warm-theme #mobileMenu {
  background: rgba(245, 241, 232, 0.96) !important;
}

body.tm-warm-theme #mobileMenu a {
  color: #3f3b34 !important;
}

body.tm-warm-theme #mobileMenu a:hover {
  color: #9e8976 !important;
}

body.tm-warm-theme #mobileMenu .mobile-contact-link {
  background: #9e8976 !important;
  border-color: #9e8976 !important;
  color: #fff !important;
}

body.tm-warm-theme .blog-detail-main {
  color: #3f3b34;
  background:
    radial-gradient(circle at top left, rgba(212, 199, 184, 0.3), transparent 24%),
    linear-gradient(180deg, #f7f3ec 0%, #f3ede6 38%, #efe7dd 100%);
}

body.tm-warm-theme .blog-kicker {
  color: #9e8976;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.68rem;
  font-weight: 700;
}

body.tm-warm-theme .blog-primary-cta,
body.tm-warm-theme .blog-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

body.tm-warm-theme .blog-primary-cta {
  background: #9e8976;
  color: #fff;
  box-shadow: 0 18px 36px rgba(125, 107, 93, 0.18);
}

body.tm-warm-theme .blog-primary-cta:hover {
  background: #7d6b5d;
  transform: translateY(-1px);
}

body.tm-warm-theme .blog-secondary-cta {
  border: 1px solid rgba(158, 137, 118, 0.3);
  color: #7d6b5d;
  background: rgba(255, 255, 255, 0.55);
}

body.tm-warm-theme .blog-secondary-cta:hover {
  border-color: #9e8976;
  background: rgba(158, 137, 118, 0.08);
  transform: translateY(-1px);
}

body.tm-warm-theme .blog-detail-shell {
  width: min(1480px, calc(100% - 2rem));
  margin: 0 auto;
}

body.tm-warm-theme .blog-detail-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  padding: 10rem 0 5.5rem;
  overflow: hidden;
}

body.tm-warm-theme .blog-detail-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(12%) sepia(4%) contrast(1.02);
}

body.tm-warm-theme .blog-detail-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 64rem;
  padding: 2rem 2rem 2.2rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.1)
  );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 20px 50px rgba(19, 15, 12, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body.tm-warm-theme .blog-detail-title,
body.tm-warm-theme .blog-detail-section h2,
body.tm-warm-theme .blog-detail-related-head h2,
body.tm-warm-theme .blog-related-copy h3 {
  font-family: "Newsreader", serif;
  color: #9e8976;
  letter-spacing: -0.03em;
  font-weight: 400;
}

body.tm-warm-theme .blog-detail-title {
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1;
  max-width: 11ch;
  margin-top: 0.8rem;
  color: #f4eee7;
}

body.tm-warm-theme .blog-detail-meta,
body.tm-warm-theme .blog-detail-intro,
body.tm-warm-theme .blog-detail-body-copy p,
body.tm-warm-theme .blog-related-copy p {
  color: #716a61;
}

body.tm-warm-theme .blog-detail-meta {
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: #f4eee7;
}

body.tm-warm-theme .blog-detail-article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
  gap: 3rem;
  padding: 0;
  margin-top: 1.75rem;
  z-index: 2;
}

body.tm-warm-theme .blog-detail-content {
  min-width: 0;
  position: relative;
  border-radius: 2rem;
  border: 1px solid rgba(158, 137, 118, 0.16);
  background:
    radial-gradient(circle at top right, rgba(212, 183, 157, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 248, 241, 0.96));
  padding: 2.2rem 2rem 2.4rem;
  box-shadow:
    0 28px 60px rgba(111, 98, 89, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.tm-warm-theme .blog-detail-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(158, 137, 118, 0),
    rgba(158, 137, 118, 0.32),
    rgba(158, 137, 118, 0)
  );
}

body.tm-warm-theme .blog-detail-intro {
  font-size: 1.24rem;
  line-height: 1.92;
  font-weight: 300;
  margin-bottom: 2.4rem;
  padding: 0.6rem 0 0;
}

body.tm-warm-theme .blog-detail-intro::first-letter {
  float: left;
  font-family: "Newsreader", serif;
  font-size: 4.6rem;
  line-height: 0.86;
  padding-right: 0.7rem;
  margin-top: 0.35rem;
  color: #9e8976;
}

body.tm-warm-theme .blog-detail-quote {
  position: relative;
  border: 1px solid rgba(158, 137, 118, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(244, 238, 231, 0.76));
  border-radius: 1.5rem;
  padding: 2rem 2rem 1.8rem;
  margin: 0 0 2.6rem;
  box-shadow: 0 24px 50px rgba(111, 98, 89, 0.08);
}

body.tm-warm-theme .blog-detail-quote::before {
  content: "format_quote";
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: rgba(158, 137, 118, 0.32);
}

body.tm-warm-theme .blog-detail-quote p {
  font-family: "Newsreader", serif;
  color: #9e8976;
  font-size: 1.5rem;
  line-height: 1.4;
}

body.tm-warm-theme .blog-detail-section {
  padding-top: 0.65rem;
  margin-bottom: 2.2rem;
}

body.tm-warm-theme .blog-detail-section-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

body.tm-warm-theme .blog-detail-section-head span {
  width: 3rem;
  height: 1px;
  background: rgba(158, 137, 118, 0.34);
}

body.tm-warm-theme .blog-detail-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.06;
}

body.tm-warm-theme .blog-detail-body-copy p {
  font-size: 1rem;
  line-height: 1.92;
}

body.tm-warm-theme .blog-detail-aside {
  position: sticky;
  top: 8rem;
  align-self: start;
}

body.tm-warm-theme .blog-detail-aside-card {
  border-radius: 1.8rem;
  border: 1px solid rgba(158, 137, 118, 0.16);
  background:
    radial-gradient(circle at top left, rgba(212, 183, 157, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(251, 248, 241, 0.95));
  padding: 1.6rem;
  box-shadow:
    0 24px 44px rgba(111, 98, 89, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

body.tm-warm-theme .blog-detail-related {
  padding: 5rem 0 6rem;
}

body.tm-warm-theme .blog-detail-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

body.tm-warm-theme .blog-detail-related-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

body.tm-warm-theme .blog-detail-related-link {
  color: #7d6b5d;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
}

body.tm-warm-theme .blog-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

body.tm-warm-theme .blog-related-card {
  overflow: hidden;
  border-radius: 1.6rem;
  border: 1px solid rgba(158, 137, 118, 0.16);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 44px rgba(111, 98, 89, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.tm-warm-theme .blog-related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 54px rgba(111, 98, 89, 0.1);
}

body.tm-warm-theme .blog-related-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

body.tm-warm-theme .blog-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.tm-warm-theme .blog-related-copy {
  padding: 1.35rem;
}

body.tm-warm-theme .blog-related-copy h3 {
  font-size: 1.65rem;
  line-height: 1.08;
  margin: 0.7rem 0;
}

@media (max-width: 1100px) {
  body.tm-warm-theme .blog-detail-article,
  body.tm-warm-theme .blog-detail-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tm-warm-theme .blog-detail-aside {
    position: static;
  }

  body.tm-warm-theme .blog-detail-article {
    margin-top: 1.25rem;
  }
}

@media (max-width: 767px) {
  body.tm-warm-theme .blog-detail-shell {
    width: min(100%, calc(100% - 1.25rem));
  }

  body.tm-warm-theme .blog-detail-hero {
    min-height: 68vh;
    padding: 8.5rem 0 3rem;
  }

  body.tm-warm-theme .blog-detail-hero-copy {
    padding: 1.2rem 1.15rem 1.4rem;
    border-radius: 1.4rem;
  }

  body.tm-warm-theme .blog-detail-intro {
    font-size: 1.08rem;
    line-height: 1.85;
  }

  body.tm-warm-theme .blog-detail-content {
    border-radius: 1.4rem;
    padding: 1.2rem 1.05rem 1.4rem;
  }

  body.tm-warm-theme .blog-detail-content::before {
    left: 1rem;
    right: 1rem;
  }

  body.tm-warm-theme .blog-detail-article {
    margin-top: 1rem;
  }

  body.tm-warm-theme .blog-detail-intro::first-letter {
    font-size: 3.5rem;
    padding-right: 0.45rem;
  }

  body.tm-warm-theme .blog-detail-quote p {
    font-size: 1.25rem;
  }

  body.tm-warm-theme .blog-detail-quote,
  body.tm-warm-theme .blog-detail-aside-card {
    border-radius: 1.25rem;
    padding: 1.15rem;
  }
}
