
.site-logo {
  display: block;
  width: auto;
  height: 2.15rem;
  object-fit: contain;
}

.site-logo--header {
  height: 2.65rem;
}

.site-logo--mobile {
  height: 2.25rem;
}

@media (max-width: 767px) {
  .site-logo {
    height: 2rem;
  }

  .site-logo--header,
  .site-logo--mobile {
    height: 2.1rem;
  }
}











body {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%);
}

.hero-bg {
  background: radial-gradient(circle at top right, rgba(212,175,55,0.16), transparent 28%), linear-gradient(180deg, rgba(15,15,15,0.96), rgba(15,15,15,0.88));
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}

@media (min-width: 1080px) {
  .article-shell {
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    align-items: start;
  }
}

.toc-card {
  position: sticky;
  top: 110px;
}

.article-section + .article-section {
  margin-top: 2.5rem;
}

.article-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #111827;
}

.article-section p {
  color: #4b5563;
  line-height: 1.95;
  margin: 0 0 1rem;
  font-size: 1.03rem;
}

.article-section strong {
  color: #111827;
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #fff;
  padding: 1rem 1.25rem;
}

.faq-item + .faq-item {
  margin-top: 1rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: #111827;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 0.75rem;
  color: #4b5563;
  line-height: 1.8;
}

.pro-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pro-bullets li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: #e5e7eb;
  line-height: 1.8;
}

.pro-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #D4AF37, #F4E4A6);
}

.progress-bar {
  position: fixed;
  inset: 0 auto auto 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, #D4AF37, #F4E4A6);
  z-index: 1200;
}

.blog-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.blog-meta-row .dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
}

.blog-cover-frame {
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
}

@media (max-width: 1079px) {
  .toc-card {
    position: static;
  }
}

.article-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.25rem 0 0;
}

.article-visual-card {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid #f1f5f9;
  background: linear-gradient(180deg, #ffffff, #fcfcfd);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.article-visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.article-visual-copy {
  padding: 1.1rem 1.2rem 1.25rem;
}

.article-visual-copy h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  line-height: 1.1;
  color: #111827;
  margin: 0 0 0.5rem;
}

.article-visual-copy p {
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
  font-size: 0.95rem;
}

.article-highlight-box {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(212,175,55,0.1), rgba(15,15,15,0.03));
  border: 1px solid rgba(212,175,55,0.22);
}

.article-highlight-box h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.15;
  color: #111827;
  margin: 0 0 0.75rem;
}

.article-highlight-box p {
  margin: 0;
  color: #4b5563;
  line-height: 1.85;
}

.article-inline-photo {
  margin: 1.75rem 0 0;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid #eceff3;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.article-inline-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-inline-photo figcaption {
  padding: 1rem 1.25rem 1.15rem;
  color: #6b7280;
  line-height: 1.8;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .article-visual-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}


.article-related-box {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(212,175,55,0.12), rgba(255,255,255,0.9));
  border: 1px solid rgba(212,175,55,0.22);
}

.article-related-box h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.1;
  color: #111827;
  margin: 0 0 0.75rem;
}

.article-related-box p {
  color: #4b5563;
  line-height: 1.85;
  margin: 0 0 1rem;
}

.article-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.article-related-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.15rem;
  border-radius: 9999px;
  border: 1px solid rgba(212,175,55,0.28);
  background: #fff;
  color: #111827;
  font-weight: 700;
}

.desktop-contact-rail {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 930;
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0.6rem;
  width: 7.75rem;
}

.desktop-contact-chip {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.36rem 0.82rem 0.36rem 0.38rem;
  border-radius: 999px;
  background: rgba(14, 14, 14, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(12px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.desktop-contact-chip:hover,
.desktop-contact-chip:focus-visible {
  transform: translateX(-3px);
  border-color: rgba(212, 175, 55, 0.22);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.18);
}

.desktop-contact-chip__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.desktop-contact-chip__text {
  flex: 1;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.01em;
  text-align: left;
}

.desktop-contact-chip--call .desktop-contact-chip__icon {
  background: linear-gradient(135deg, #D4AF37, #B8941F);
}

.desktop-contact-chip--facebook .desktop-contact-chip__icon {
  background: linear-gradient(135deg, #1877f2, #166fe5);
}

.desktop-contact-chip--book .desktop-contact-chip__icon {
  background: linear-gradient(135deg, #1f2937, #111827);
}

.mobile-sticky-bar {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 950;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0.65rem;
  border-radius: 1.35rem;
  background: rgba(15, 15, 15, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.18);
}

.mobile-sticky-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 3.75rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.mobile-sticky-action--call { background: linear-gradient(135deg, #D4AF37, #B8941F); }
.mobile-sticky-action--facebook { background: linear-gradient(135deg, #1877f2, #166fe5); }
.mobile-sticky-action--book { background: linear-gradient(135deg, #1f2937, #111827); }

@media (min-width: 768px) {
  .desktop-contact-rail {
    display: flex;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 6rem;
  }

  .mobile-sticky-bar {
    display: grid;
  }

  .article-related-links a {
    width: 100%;
  }
}
