/* ════════════════════════════════════════════════════════════
   SOURCE VEDA BLOG — Master Stylesheet
   Colours:  Saffron #E8650A  |  Gold #C9961A
             Cream #F7F2EA    |  White #FFFFFF  |  Deep #160800
   Fonts:    Inter (UI/body)  |  Cormorant Garamond (logo)
             DM Sans (tagline)
════════════════════════════════════════════════════════════ */

/* ── Reset & base ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111827;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

/* Kadence body class overrides */
body.home,
body.blog {
  background: #FFFFFF !important;
}

/* Remove Kadence default header / footer / layout */
.site-header, .site-footer,
#masthead, #colophon,
.kadence-header,
.header-html,
.top-header-wrap,
.middle-header-wrap,
.bottom-header-wrap,
.site-above-footer-wrap,
.site-footer-row-container,
.site-below-footer-wrap { display: none !important; }

/* Remove Kadence main padding */
.content-area { padding: 0 !important; background: transparent !important; }
.site-content, #content { padding: 0 !important; background: transparent !important; }
.entry-content-wrap, .wp-site-blocks { padding: 0 !important; }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ── Container ─────────────────────────────────────────── */
.sv-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ════════════════════════════════════════════════════════════
   TOP BAR  (matches front site dark strip)
════════════════════════════════════════════════════════════ */
.sv-topbar {
  background: #160800;
  color: rgba(255,255,255,.65);
  font-size: 12.5px;
  padding: 7px 0;
}
.sv-topbar__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sv-topbar__left,
.sv-topbar__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sv-topbar__item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,.6);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  transition: color .2s;
}
.sv-topbar__item:hover { color: #E8650A; }
.sv-topbar__cta {
  color: #E8650A;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
}
.sv-topbar__cta:hover { color: #C9961A; }
@media (max-width: 620px) {
  .sv-topbar { display: none; }
}

/* ════════════════════════════════════════════════════════════
   HEADER
════════════════════════════════════════════════════════════ */
.sv-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(201,150,26,.15);
  box-shadow: 0 1px 16px rgba(0,0,0,.06);
}

.sv-header__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sv-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.sv-logo svg { display: block; }

/* Contact strip */
.sv-header__contact {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.sv-header__divider {
  color: #D9C8A0;
  font-size: 16px;
  user-select: none;
}

.sv-contact-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #374151;
  font-size: 13.5px;
  font-weight: 500;
  transition: color .2s;
}

.sv-contact-item:hover { color: #E8650A; }
.sv-contact-item--whatsapp:hover { color: #1DA851; }

.sv-contact-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.sv-contact-text {
  white-space: nowrap;
}

/* ════════════════════════════════════════════════════════════
   BLOG HERO
════════════════════════════════════════════════════════════ */
.sv-blog-hero {
  background: linear-gradient(135deg, #160800 0%, #2A1400 60%, #3D1F00 100%);
  padding: 56px 0 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sv-blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 20% 50%, rgba(232,101,10,.12) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 80% 50%, rgba(201,150,26,.10) 0%, transparent 70%);
}

.sv-blog-hero > * { position: relative; }

.sv-blog-hero__label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9961A;
  margin-bottom: 14px;
  opacity: .85;
}

.sv-blog-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -.5px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.sv-blog-hero__sub {
  font-size: 15px;
  color: rgba(255,255,255,.58);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ════════════════════════════════════════════════════════════
   BLOG PAGE LAYOUT
════════════════════════════════════════════════════════════ */
.sv-blog-page {
  padding: 48px 0 80px;
}

.sv-blog-layout {
  display: grid;
  grid-template-columns: 268px 1fr;
  gap: 32px;
  align-items: start;
}

/* ── SIDEBAR ──────────────────────────────────────────── */
.sv-blog-sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sv-sidebar-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
}

.sv-sidebar-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9A7A2A;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDE8DE;
}

/* Category list */
.sv-cat-list { display: flex; flex-direction: column; gap: 2px; }

.sv-cat-item { border-radius: 8px; overflow: hidden; }

.sv-cat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #374151;
  transition: background .15s, color .15s;
  border-left: 3px solid transparent;
}

.sv-cat-link:hover {
  background: #FDF6EE;
  color: #E8650A;
}

.sv-cat-item--active .sv-cat-link {
  background: #FDF0E6;
  color: #E8650A;
  font-weight: 600;
  border-left-color: #E8650A;
}

.sv-cat-count {
  font-size: 11px;
  font-weight: 600;
  color: #C9961A;
  background: #F3F4F6;
  padding: 2px 7px;
  border-radius: 20px;
  min-width: 24px;
  text-align: center;
}

.sv-cat-item--active .sv-cat-count {
  background: #E8650A;
  color: #fff;
}

/* Newsletter sidebar widget */
.sv-sidebar-newsletter {
  background: linear-gradient(135deg, #160800, #2A1400);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  color: #fff;
}

.sv-newsletter-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.sv-newsletter-title {
  font-size: 14px;
  font-weight: 700;
  color: #F0D080;
  margin-bottom: 8px;
  letter-spacing: .3px;
}

.sv-newsletter-text {
  font-size: 12.5px;
  color: rgba(255,255,255,.55);
  line-height: 1.55;
  margin-bottom: 16px;
}

.sv-newsletter-btn {
  display: inline-block;
  background: #E8650A;
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 8px;
  letter-spacing: .4px;
  transition: background .2s, transform .15s;
}

.sv-newsletter-btn:hover {
  background: #C9961A;
  color: #fff;
  transform: translateY(-1px);
}

/* ── MAIN BLOG AREA ───────────────────────────────────── */
.sv-blog-main__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.sv-blog-main__header-left {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

/* ── SEARCH FORM ──────────────────────────────────────── */
.sv-search-form { flex-shrink: 0; }

.sv-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.sv-search-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  flex-shrink: 0;
}

.sv-search-input {
  width: 210px;
  height: 38px;
  padding: 0 36px 0 34px;
  border: 1.5px solid #E0D8C8;
  border-radius: 10px;
  background: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #3A3020;
  outline: none;
  transition: border-color .2s, box-shadow .2s, width .25s ease;
  -webkit-appearance: none;
}

.sv-search-input::placeholder { color: #B0A080; }

.sv-search-input:focus {
  border-color: #E8650A;
  box-shadow: 0 0 0 3px rgba(232,101,10,.1);
  width: 250px;
}

.sv-search-input:focus + .sv-search-clear { opacity: 1; }

/* Cancel / clear × button */
.sv-search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EDE8DE;
  opacity: .7;
  transition: opacity .15s, background .15s;
}

.sv-search-clear:hover {
  background: #E8650A;
  opacity: 1;
}

.sv-search-clear:hover svg path { stroke: #fff; }

.sv-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -.2px;
}

.sv-post-count {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  background: #F3F4F6;
  padding: 4px 12px;
  border-radius: 20px;
}

/* ── POSTS GRID ───────────────────────────────────────── */
.sv-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ── POST CARD ────────────────────────────────────────── */
.sv-post-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}

.sv-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(22,8,0,.10);
}

/* Card image */
.sv-post-card__img-wrap {
  display: block;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  aspect-ratio: 16 / 9;
}

.sv-post-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  border-radius: 0;
}

.sv-post-card:hover .sv-post-card__img { transform: scale(1.04); }

.sv-post-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #EDE8DE, #F7F2EA);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
}

/* Card body */
.sv-post-card__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

/* Category tag */
.sv-post-card__cat {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #E8650A;
  transition: color .15s;
  line-height: 1;
}

.sv-post-card__cat:hover { color: #C9961A; }

/* Title */
.sv-post-card__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #160800;
  letter-spacing: -.1px;
}

.sv-post-card__title a {
  color: inherit;
  transition: color .15s;
}

.sv-post-card__title a:hover { color: #E8650A; }

/* Excerpt */
.sv-post-card__excerpt {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

/* Meta row */
.sv-post-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #F0EAE0;
}

.sv-post-card__date,
.sv-post-card__read-time {
  font-size: 12px;
  color: #9CA3AF;
  font-weight: 500;
}

.sv-post-card__meta-dot {
  color: #D1D5DB;
  font-size: 12px;
}

/* ── PAGINATION ───────────────────────────────────────── */
.sv-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.sv-pagination .page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sv-pagination .page-numbers li { display: flex; }

.sv-pagination .page-numbers a,
.sv-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #3A3020;
  background: #FFFFFF;
  border: 1.5px solid #EDE8DE;
  transition: all .18s;
}

.sv-pagination .page-numbers a:hover {
  background: #FDF0E6;
  border-color: #E8650A;
  color: #E8650A;
}

.sv-pagination .page-numbers .current {
  background: #E8650A;
  border-color: #E8650A;
  color: #FFFFFF;
}

.sv-pagination .page-numbers .dots {
  background: transparent;
  border-color: transparent;
  color: #9A8060;
}

/* Prev / Next text */
.sv-pagination .page-numbers .prev,
.sv-pagination .page-numbers .next {
  font-size: 13px;
  letter-spacing: .3px;
  padding: 0 14px;
  color: #E8650A;
  border-color: #E8C098;
}

.sv-pagination .page-numbers .prev:hover,
.sv-pagination .page-numbers .next:hover {
  background: #E8650A;
  color: #fff;
  border-color: #E8650A;
}

/* ── NO POSTS ─────────────────────────────────────────── */
.sv-no-posts {
  text-align: center;
  padding: 80px 24px;
  background: #fff;
  border-radius: 16px;
}

.sv-no-posts__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.sv-no-posts h3 {
  font-size: 22px;
  font-weight: 700;
  color: #160800;
  margin-bottom: 8px;
}

.sv-no-posts p {
  font-size: 14px;
  color: #9A8060;
  margin-bottom: 24px;
}

.sv-btn-primary {
  display: inline-block;
  background: #E8650A;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 10px;
  transition: background .2s;
}

.sv-btn-primary:hover { background: #C9961A; color: #fff; }

/* ════════════════════════════════════════════════════════════
   CATEGORY ARCHIVE PAGE
════════════════════════════════════════════════════════════ */

.sv-cat-hero { text-align: center; padding: 56px 0 48px; }

.sv-cat-hero__title {
  font-size: clamp(30px, 4.5vw, 52px);
  margin-bottom: 12px;
}

.sv-cat-hero__desc {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  font-size: 16px;
  opacity: .85;
}

.sv-cat-hero__count {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,.6);
  margin: 0;
}

.sv-cat-hero__count-num {
  font-weight: 700;
  color: #C9961A;
  font-size: 16px;
  margin-right: 2px;
}

/* ════════════════════════════════════════════════════════════
   SEARCH RESULTS PAGE
════════════════════════════════════════════════════════════ */

/* Search hero — slightly tighter than blog hero, centred */
.sv-search-hero { padding: 56px 0 44px; text-align: center; }

.sv-search-hero__title {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 10px;
}

/* Hero search bar */
.sv-hero-search { margin-top: 28px; max-width: 600px; margin-left: auto; margin-right: auto; }

.sv-hero-search__wrap {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.25);
  border-radius: 12px;
  padding: 0 6px 0 16px;
  gap: 8px;
  transition: border-color .2s, background .2s;
}

.sv-hero-search__wrap:focus-within {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.55);
}

.sv-hero-search__icon {
  flex-shrink: 0;
  opacity: .7;
}

.sv-hero-search__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding: 13px 0;
  min-width: 0;
}

.sv-hero-search__input::placeholder { color: rgba(255,255,255,.45); }

.sv-hero-search__btn {
  flex-shrink: 0;
  background: #E8650A;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 22px;
  cursor: pointer;
  transition: background .2s;
}

.sv-hero-search__btn:hover { background: #C9961A; }

/* Search tips sidebar widget */
.sv-sidebar-tips {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #EDE4D5;
  padding: 22px 20px;
  margin-top: 16px;
}

.sv-tips-title {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #5A3E28;
  margin-bottom: 14px;
}

.sv-tips-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.sv-tips-list li {
  font-size: 13px;
  color: #7A5C42;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}

.sv-tips-list li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #C9961A;
  font-weight: 700;
}

.sv-tips-browse {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #E8650A;
  text-decoration: none;
  transition: color .2s;
}

.sv-tips-browse:hover { color: #C9961A; }

/* Back link in main header */
.sv-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #9A8060;
  text-decoration: none;
  transition: color .2s;
}

.sv-back-link:hover { color: #E8650A; }

.sv-back-link svg { flex-shrink: 0; }

/* No results state */
.sv-no-results {
  text-align: center;
  padding: 64px 24px;
}

.sv-no-results__icon {
  margin-bottom: 24px;
}

.sv-no-results h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 700;
  color: #160800;
  margin-bottom: 10px;
}

.sv-no-results > p {
  font-size: 15px;
  color: #9A8060;
  margin-bottom: 36px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.sv-no-results__suggestions {
  margin-bottom: 36px;
}

.sv-no-results__suggest-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #7A5C42;
  margin-bottom: 14px;
}

.sv-no-results__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.sv-suggest-tag {
  display: inline-block;
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 100px;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
}

.sv-suggest-tag:hover {
  background: #E8650A;
  border-color: #E8650A;
  color: #fff;
}

/* ════════════════════════════════════════════════════════════
   SINGLE POST PAGE
════════════════════════════════════════════════════════════ */

/* Post hero — centred */
.sv-post-hero { padding: 44px 0 36px; text-align: center; }

.sv-post-hero__bc {
  display: flex; align-items: center; flex-wrap: wrap; gap: 5px;
  justify-content: center;
  font-size: 13px; color: rgba(255,255,255,.5);
  margin-bottom: 18px;
}
.sv-post-hero__bc a { color: rgba(255,255,255,.6); transition: color .2s; }
.sv-post-hero__bc a:hover { color: #C9961A; }
.sv-post-hero__bc svg { opacity: .45; flex-shrink: 0; }
.sv-post-hero__bc span { color: rgba(255,255,255,.45); }

.sv-post-hero__cat {
  display: inline-block;
  background: rgba(201,150,26,.18);
  border: 1px solid rgba(201,150,26,.4);
  color: #E8C87A;
  font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 100px;
  margin-bottom: 16px;
}
.sv-post-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(15px, 2.25vw, 29px);
  font-weight: 700; line-height: 1.18;
  color: #fff; margin-bottom: 22px;
  max-width: 860px;
  margin-left: auto; margin-right: auto;
}
.sv-post-hero__meta {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: center;
  gap: 8px; font-size: 13px; color: rgba(255,255,255,.6);
}
.sv-post-hero__mi { display: flex; align-items: center; gap: 5px; }
.sv-post-hero__dot { color: rgba(255,255,255,.3); }

/* Featured image — full width, flush against hero */
.sv-post-featured { margin: 0; padding: 0; line-height: 0; }
.sv-post-featured__img {
  display: block; width: 100%;
  height: 380px; object-fit: cover;
  object-position: center 40%;
  border-radius: 0;
}

/* 3-column wrapper */
.sv-post-page { background: #F9FAFB; padding: 44px 0 80px; }
.sv-post-layout {
  display: grid;
  grid-template-columns: 220px 1fr 284px;
  gap: 28px;
  align-items: start;
}

/* ── LEFT: Table of Contents ─────────────────────────────── */
.sv-toc-col { position: sticky; top: 96px; }

.sv-toc {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #EDE4D5;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(22,8,0,.05);
}
.sv-toc__hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 12px;
  border-bottom: 1px solid #E5E7EB;
  background: #F9FAFB;
}
.sv-toc__title {
  display: flex; align-items: center; gap: 6px;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 11.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: #4B5563; margin: 0;
}
.sv-toc__btn {
  display: flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer;
  color: #9CA3AF; padding: 4px 5px;
  border-radius: 6px; transition: background .2s, transform .25s;
}
.sv-toc__btn:hover { background: #E5E7EB; }
.sv-toc__btn--collapsed { transform: rotate(180deg); }

#sv-toc-nav { transition: max-height .3s ease; }
.sv-toc__list { list-style: none; padding: 8px 0; margin: 0; }
.sv-toc__li {}
.sv-toc__li--sub .sv-toc__lnk { padding-left: 28px; font-size: 12.5px; }

.sv-toc__lnk {
  display: flex; align-items: baseline; gap: 6px;
  padding: 7px 16px;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 13px; line-height: 1.4;
  color: #4B5563; text-decoration: none;
  border-left: 3px solid transparent;
  transition: color .18s, background .15s, border-color .18s;
}
.sv-toc__lnk:hover {
  color: #E8650A;
  background: #FFF7F0;
  border-left-color: rgba(232,101,10,.3);
}
.sv-toc__lnk--on {
  color: #E8650A !important;
  background: #FFF7F0;
  border-left-color: #E8650A;
  font-weight: 600;
}
.sv-toc__n { flex-shrink: 0; font-size: 11px; color: #C9961A; font-weight: 700; min-width: 18px; }
.sv-toc__empty { padding: 16px; font-size: 13px; color: #9CA3AF; margin: 0; }

/* ── CENTER: Article ─────────────────────────────────────── */
.sv-article { min-width: 0; }

.sv-article__content {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #E5E7EB;
  padding: 28px 20px;
  margin-bottom: 20px;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 16px; line-height: 1.85;
  color: #1F2937;
}

/* Headings */
.sv-article__content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px; font-weight: 700;
  color: #160800; line-height: 1.25;
  margin: 48px 0 14px; padding-bottom: 10px;
  border-bottom: 2px solid #F0E6D6;
  scroll-margin-top: 96px;
}
.sv-article__content h2:first-child { margin-top: 0; }
.sv-article__content h3 {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 20px; font-weight: 700;
  color: #111827; line-height: 1.3;
  margin: 36px 0 12px;
  scroll-margin-top: 96px;
}
.sv-article__content h4 {
  font-size: 17px; font-weight: 600;
  color: #1F2937; line-height: 1.4;
  margin: 28px 0 10px;
}
.sv-article__content p { margin-bottom: 20px; line-height: 1.85; }
.sv-article__content p:last-child { margin-bottom: 0; }

/* Lists */
.sv-article__content ul,
.sv-article__content ol { margin: 0 0 20px; padding-left: 0; }
.sv-article__content ul { list-style: none; }
.sv-article__content ul li {
  position: relative; padding-left: 22px;
  margin-bottom: 10px; line-height: 1.75;
}
.sv-article__content ul li::before {
  content: ''; position: absolute;
  left: 0; top: 10px;
  width: 7px; height: 7px;
  border-radius: 50%; background: #C9961A;
}
.sv-article__content ol { list-style: decimal; padding-left: 22px; }
.sv-article__content ol li { padding-left: 6px; margin-bottom: 10px; line-height: 1.75; }
.sv-article__content ol li::marker { color: #C9961A; font-weight: 700; }

/* Inline */
.sv-article__content a { color: #E8650A; text-decoration: underline; text-decoration-color: rgba(232,101,10,.3); transition: color .2s; }
.sv-article__content a:hover { color: #C9961A; }
.sv-article__content strong { font-weight: 700; color: #111827; }
.sv-article__content em { font-style: italic; }

/* Blockquote */
.sv-article__content blockquote {
  margin: 32px 0; padding: 18px 22px 18px 26px;
  border-left: 4px solid #C9961A;
  background: #FFF8EE;
  border-radius: 0 10px 10px 0;
}
.sv-article__content blockquote p { font-size: 17px; font-style: italic; color: #374151; margin: 0; line-height: 1.7; }

/* Media */
.sv-article__content img {
  max-width: 100%; height: auto; display: block;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(22,8,0,.1);
  margin: 24px auto;
}
.sv-article__content figure { margin: 24px 0; }
.sv-article__content figcaption { font-size: 13px; color: #9CA3AF; text-align: center; margin-top: 8px; }
.sv-article__content hr { border: none; border-top: 2px solid #E5E7EB; margin: 40px 0; }

/* Code */
.sv-article__content code {
  font-family: 'Courier New', monospace; font-size: 13.5px;
  background: #F7F2EA; border: 1px solid #E8D9C3; color: #B8420A;
  padding: 2px 6px; border-radius: 4px;
}
.sv-article__content pre {
  background: #1E0F02; border-radius: 10px;
  padding: 20px 24px; overflow-x: auto; margin: 24px 0;
}
.sv-article__content pre code { background: none; border: none; color: #F7F2EA; padding: 0; }

/* Tables */
.sv-article__content table {
  width: 100%; border-collapse: collapse;
  margin: 28px 0; font-size: 15px;
  border-radius: 10px; overflow: hidden;
  border: 1px solid #EDE4D5;
}
.sv-article__content th {
  background: #160800; color: #fff;
  font-size: 12.5px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 12px 16px; text-align: left;
}
.sv-article__content td { padding: 12px 16px; border-bottom: 1px solid #E5E7EB; color: #374151; }
.sv-article__content tr:nth-child(even) td { background: #F9FAFB; }
.sv-article__content tr:last-child td { border-bottom: none; }

/* Tags */
.sv-article__tags {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; padding: 18px 22px;
  background: #fff; border-radius: 12px;
  border: 1px solid #EDE4D5;
  margin-bottom: 14px;
}
.sv-article__tags-lbl {
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: #6b7280;
}
.sv-article__tag {
  background: #F3F4F6; border: 1px solid #E5E7EB; color: #374151;
  font-size: 12.5px; font-weight: 500;
  padding: 4px 12px; border-radius: 100px; text-decoration: none;
  transition: background .2s, color .2s;
}
.sv-article__tag:hover { background: #E8650A; border-color: #E8650A; color: #fff; }

/* Share bar */
.sv-article__share {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 12px; padding: 18px 22px;
  background: #fff; border-radius: 12px;
  border: 1px solid #EDE4D5;
  margin-bottom: 20px;
}
.sv-article__share-lbl {
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; color: #6b7280;
}
.sv-article__share-row { display: flex; flex-wrap: wrap; gap: 8px; }
.sv-sh {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500;
  padding: 7px 14px; border-radius: 8px;
  text-decoration: none; transition: opacity .2s;
}
.sv-sh:hover { opacity: .82; }
.sv-sh--li { background: #0077B5; color: #fff; }
.sv-sh--tw { background: #000; color: #fff; }
.sv-sh--wa { background: #25D366; color: #fff; }

/* Author box */
.sv-article__author {
  display: flex; gap: 18px;
  background: #fff; border-radius: 14px; border: 1px solid #EDE4D5;
  padding: 22px 26px; margin-bottom: 40px; align-items: flex-start;
}
.sv-article__author-avt {
  width: 64px; height: 64px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid #C9961A;
}
.sv-article__author-body { flex: 1; }
.sv-article__author-lbl {
  display: block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: #9CA3AF; margin-bottom: 4px;
}
.sv-article__author-name { display: block; font-size: 17px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.sv-article__author-bio { font-size: 14px; line-height: 1.65; color: #6b7280; margin: 0; }

/* Related posts */
.sv-related { margin-top: 0; }
.sv-related__hd {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 700; color: #160800;
  margin-bottom: 20px;
  display: flex; align-items: center; gap: 14px;
}
.sv-related__hd::after {
  content: ''; flex: 1; height: 2px;
  background: linear-gradient(to right, #C9961A, transparent);
}
.sv-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sv-rel-card {
  background: #fff; border-radius: 14px; border: 1px solid #EDE4D5;
  overflow: hidden; text-decoration: none;
  display: flex; flex-direction: column;
  transition: transform .22s, box-shadow .22s;
}
.sv-rel-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(22,8,0,.1); }
.sv-rel-card__img { height: 130px; overflow: hidden; background: #F7F2EA; }
.sv-rel-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sv-rel-card__img--ph { display: flex; align-items: center; justify-content: center; }
.sv-rel-card__body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.sv-rel-card__cat { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; color: #E8650A; margin-bottom: 7px; display: block; }
.sv-rel-card__title { font-size: 13.5px; font-weight: 600; color: #160800; line-height: 1.4; margin: 0 0 8px; flex: 1; }
.sv-rel-card__meta { font-size: 12px; color: #9CA3AF; }

/* ── RIGHT: Sticky CTA Form ──────────────────────────────── */
.sv-cta-col {
  position: sticky;
  top: 96px;
}

.sv-cta-card {
  background: #fff;
  border-radius: 16px; border: 1px solid #EDE4D5;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(22,8,0,.09);
}
.sv-cta-card__hd {
  background: linear-gradient(145deg, #160800 0%, #2C1808 100%);
  padding: 10px 16px 8px;
  text-align: center;
}
.sv-cta-card__ico { margin-bottom: 4px; }
.sv-cta-card__ico svg { width: 18px; height: 18px; }
.sv-cta-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px; font-weight: 700;
  color: #fff; line-height: 1.25; margin-bottom: 3px;
}
.sv-cta-card__sub { font-size: 11px; color: rgba(255,255,255,.5); line-height: 1.4; margin: 0; }

.sv-cta-card__form { padding: 14px 14px 4px; background: #F9FAFB; }
.sv-cta-card__field { margin-bottom: 13px; }
.sv-cta-card__lbl {
  display: block; font-size: 11.5px; font-weight: 600;
  color: #4B5563; margin-bottom: 5px;
  text-transform: uppercase; letter-spacing: .05em;
}
.sv-req { color: #E8650A; }
.sv-cta-card__inp {
  display: block; width: 100%; box-sizing: border-box;
  background: #fff; border: 1.5px solid #DDD0BC;
  border-radius: 8px;
  font-family: 'Inter', sans-serif; font-size: 14px; color: #160800;
  padding: 10px 12px;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.sv-cta-card__inp:focus { border-color: #E8650A; box-shadow: 0 0 0 3px rgba(232,101,10,.12); }
.sv-cta-card__inp::placeholder { color: #B8A090; }
.sv-cta-card__ta { resize: vertical; min-height: 78px; }

.sv-cta-captcha .sv-cta-card__lbl {
  display: flex; align-items: center; gap: 6px;
}
.sv-cap-q {
  display: inline-flex; align-items: center; justify-content: center;
  background: #160800; color: #C9961A;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
  padding: 3px 10px; border-radius: 6px; letter-spacing: .04em;
}
.sv-cta-card__inp--captcha { max-width: 100px; text-align: center; font-size: 16px; font-weight: 700; }

.sv-cta-card__btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; box-sizing: border-box;
  background: #E8650A; color: #fff;
  border: none; border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700;
  padding: 13px 20px; cursor: pointer;
  transition: background .2s, transform .1s;
  margin: 4px 0 12px;
}
.sv-cta-card__btn:hover { background: #C9961A; }
.sv-cta-card__btn:active { transform: scale(.98); }
.sv-cta-card__btn:disabled { opacity: .65; cursor: not-allowed; }

.sv-cta-card__trust {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 12px; color: #9CA3AF;
  margin: 0 0 14px; padding: 0;
}
.sv-cta-card__success {
  padding: 28px 16px; text-align: center; background: #F9FAFB;
}
.sv-cta-card__success h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 700; color: #111827; margin: 12px 0 8px;
}
.sv-cta-card__success p { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0; }

/* ── RESPONSIVE ──────────────────────────────────────────── */

/* Below 1180px: drop right CTA (2 col: TOC + article) */
@media (max-width: 1180px) {
  .sv-post-layout { grid-template-columns: 200px 1fr; }
  .sv-cta-col { display: none; }
}

/* Below 900px: single column, TOC above article */
@media (max-width: 900px) {
  .sv-post-layout { grid-template-columns: 1fr; }
  .sv-toc-col { position: static; top: auto; }
  .sv-toc__list { column-count: 2; column-gap: 0; }
  .sv-related__grid { grid-template-columns: repeat(2, 1fr); }
}

/* Below 620px: compact */
@media (max-width: 620px) {
  .sv-post-hero { padding: 32px 0 24px; }
  .sv-post-hero__title { font-size: 18px; }
  .sv-article__content { padding: 24px 18px; }
  .sv-article__content h2 { font-size: 22px; }
  .sv-article__content h3 { font-size: 18px; }
  .sv-toc__list { column-count: 1; }
  .sv-related__grid { grid-template-columns: 1fr; }
  .sv-article__author { flex-direction: column; }
  .sv-article__share { flex-direction: column; align-items: flex-start; }
  .sv-post-featured__img { border-radius: 0; max-height: 240px; }
}

/* ════════════════════════════════════════════════════════════
   RELATED ARTICLES STRIP (full-width, below 3-col layout)
════════════════════════════════════════════════════════════ */
.sv-related-strip {
  background: #F3F4F6;
  border-top: 1px solid #E5E7EB;
  padding: 52px 0 60px;
}

.sv-related-strip__hd {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 700; color: #160800;
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 16px;
}
.sv-related-strip__hd::after {
  content: ''; flex: 1; height: 2px;
  background: linear-gradient(to right, #C9961A44, transparent);
}
.sv-related-strip__hd span { white-space: nowrap; }

.sv-related-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Taller thumbnail for full-width cards */
.sv-related-strip .sv-rel-card__img { height: 180px; }

/* Subtle card shadow on cream bg */
.sv-related-strip .sv-rel-card {
  background: #fff;
  box-shadow: 0 2px 16px rgba(22,8,0,.07);
}
.sv-related-strip .sv-rel-card:hover {
  box-shadow: 0 10px 30px rgba(22,8,0,.12);
}

@media (max-width: 900px) {
  .sv-related-strip__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .sv-related-strip { padding: 36px 0 44px; }
  .sv-related-strip__grid { grid-template-columns: 1fr; }
  .sv-related-strip .sv-rel-card__img { height: 160px; }
}

/* ════════════════════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════════════════ */
.sv-footer {
  background: #160800;
  color: rgba(255,255,255,.75);
}

.sv-footer__top { padding: 60px 0 40px; }

.sv-footer__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.sv-footer__top .sv-footer__inner {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Brand column */
.sv-footer__logo { display: block; margin-bottom: 16px; }

.sv-footer__tagline {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,.45);
  margin-bottom: 20px;
}

.sv-footer__social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sv-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(201,150,26,.2);
  color: rgba(255,255,255,.5);
  transition: all .2s;
}

.sv-social-link:hover {
  background: #E8650A;
  border-color: #E8650A;
  color: #fff;
  transform: translateY(-2px);
}

/* Footer columns */
.sv-footer__col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9961A;
  margin-bottom: 18px;
  opacity: .85;
}

.sv-footer__links { display: flex; flex-direction: column; gap: 10px; }

.sv-footer__links a {
  font-size: 13.5px;
  color: rgba(255,255,255,.5);
  transition: color .15s;
  line-height: 1.4;
}

.sv-footer__links a:hover { color: #E8650A; }

/* Bottom bar */
.sv-footer__bottom {
  border-top: 1px solid rgba(201,150,26,.1);
  padding: 18px 0;
}

.sv-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.sv-footer__copy {
  font-size: 13px;
  color: rgba(255,255,255,.35);
}

.sv-footer__legal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sv-footer__legal a {
  font-size: 13px;
  color: rgba(255,255,255,.35);
  transition: color .15s;
}

.sv-footer__legal a:hover { color: #E8650A; }

.sv-footer__dot {
  color: rgba(255,255,255,.2);
  font-size: 16px;
}

/* ════════════════════════════════════════════════════════════
   CATEGORY ARCHIVE PAGE  (same layout as home)
════════════════════════════════════════════════════════════ */
body.category .sv-blog-layout { /* uses same classes */ }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .sv-blog-layout { grid-template-columns: 230px 1fr; gap: 24px; }
  .sv-footer__top .sv-footer__inner {
    grid-template-columns: 240px 1fr 1fr;
  }
  .sv-footer__col:last-child { display: none; }
}

@media (max-width: 820px) {
  .sv-blog-layout { grid-template-columns: 1fr; }
  .sv-blog-sidebar { position: static; }
  .sv-cat-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .sv-cat-link { padding: 7px 12px; border-left: none !important; }
  .sv-cat-item--active .sv-cat-link {
    border-left: none;
    border-bottom: 2px solid #E8650A;
  }
  .sv-footer__top .sv-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .sv-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .sv-posts-grid { grid-template-columns: 1fr; }
  .sv-blog-main__header { flex-direction: column; align-items: flex-start; }
  .sv-search-input { width: 100%; }
  .sv-search-input:focus { width: 100%; }
  .sv-search-form { width: 100%; }
  .sv-search-wrap { width: 100%; }
  .sv-header__inner { height: 60px; }
  .sv-logo svg { width: 160px; height: 36px; }
  .sv-contact-item--email { display: none; }
  .sv-header__divider { display: none; }
  .sv-blog-hero { padding: 40px 0 36px; }
  .sv-footer__top .sv-footer__inner {
    grid-template-columns: 1fr;
  }
  .sv-footer__bottom-inner { flex-direction: column; text-align: center; }
}
