/* Site-wide adaptation of the Echo template. Content changes; the template's
   palette, widths, typography, spacing, header and footer composition remain. */
:root {
  --zv-forest: #181823;
  --zv-forest-2: #24242e;
  --zv-ink: #181823;
  --zv-muted: #5e5e5e;
  --zv-paper: #f9f9f9;
  --zv-cream: #ffffff;
  --zv-gold: #7817f2;
  --zv-clay: #7817f2;
  --zv-line: rgba(94, 94, 94, .35);
  --zv-shadow: none;
}

body.echo-site,
body.echo-index-two {
  color: #5e5e5e;
  background: #fff;
  font-family: "Inter", "Segoe UI", sans-serif;
}
.echo-site .container { max-width: 1180px; }
.echo-site h1,
.echo-site h2,
.echo-site h3,
.echo-site h4,
.echo-site h5,
.echo-site h6 { color: #181823; font-family: "Bona Nova", Georgia, serif; }
.echo-site a { text-decoration: none; }
.echo-site a:focus-visible,
.echo-site button:focus-visible { outline-color: #7817f2; }

/* Echo index-two header, shared by all generated pages. */
.echo-site .echo-header-top-home-2 { background: #181823; }
.echo-site .echo-header-top-home-2 .home-2-row {
  min-height: 60px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.echo-site .echo-header-top-home-2 .home-2-social,
.echo-site .echo-header-top-home-2 .home-2-card-etc { display: block; }
.echo-site .echo-header-top-home-2 .home-2-card-etc { text-align: right; }
.echo-site .echo-top-note,
.echo-site .echo-top-contact {
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.echo-site .echo-brand-logo img { display: block; width: 235px; height: auto; }
.echo-site .echo-home-2-menu { background: #fff; }
.echo-site .echo-template-menu-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
}
.echo-site .echo-template-nav ul {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.echo-site .echo-template-nav a { color: #35353c; font-size: 16px; font-weight: 500; }
.echo-site .echo-template-nav a:hover,
.echo-site .echo-template-nav a[aria-current="page"] { color: #924fff; }
.echo-site .echo-template-links { display: flex; gap: 18px; color: #5e5e5e; font-size: 14px; }
.echo-site .echo-template-links span + span::before { content: "/"; margin-right: 18px; color: #9d9d9d; }
.echo-site .echo-menu-toggle { display: none; }

/* Breadcrumb and Category Style 1 composition. */
.echo-site .echo-breadcrumb-area {
  padding: 40px 0;
  background: #f9f9f9;
}
.echo-site .echo-breadcrumb-area .meta { margin-bottom: 5px; font-size: 14px; }
.echo-site .echo-breadcrumb-area .meta .prev { color: #7817f2; }
.echo-site .echo-breadcrumb-area .meta .next { color: #5e5e5e; text-transform: uppercase; }
.echo-site .echo-breadcrumb-area .breadcrumb-inner .title {
  margin: 0;
  color: #181823;
  font-size: 56px;
  line-height: 1.35;
}
.echo-site .echo-hero-section.inner { padding: 60px 0 90px; background: #fff; }
.echo-site .echo-category-intro { margin: 0 0 30px; max-width: 760px; color: #5e5e5e; font-size: 17px; line-height: 1.7; }
.echo-site .echo-hero-section.inner .zv-card-grid { display: block; }
.echo-site .echo-hero-section.inner .zv-card {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  gap: 25px;
  margin: 0 0 30px;
  padding: 0 0 30px;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(94,94,94,.35);
  border-radius: 0;
  box-shadow: none;
}
.echo-site .echo-hero-section.inner .zv-card-media { aspect-ratio: 1.25; background: #eee; }
.echo-site .echo-hero-section.inner .zv-card-body { padding: 0; }
.echo-site .zv-badge { color: #7817f2; font-size: 12px; letter-spacing: .08em; }
.echo-site .echo-hero-section.inner .zv-card h3 { margin: 8px 0 10px; font-size: 28px; line-height: 1.16; }
.echo-site .echo-hero-section.inner .zv-card p { line-height: 1.65; }
.echo-site .echo-right-ct-1 { position: sticky; top: 25px; }
.echo-site .echo-popular-hl-img { padding: 30px; border: 1px solid rgba(94,94,94,.35); background: #f9f9f9; }
.echo-site .echo-popular-hl-img .echo-home-2-main-title { margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid rgba(94,94,94,.35); }
.echo-site .echo-popular-hl-img h5 { margin: 0; font-size: 26px; }
.echo-site .echo-popular-item ul { margin: 0; padding: 0; }
.echo-site .echo-hero-section.inner .echo-right-ct-1 .echo-popular-hl-img .echo-popular-item ul li {
  min-height: 0;
  margin: 0;
  background-image: none !important;
  border-bottom: 1px solid rgba(94,94,94,.24);
}
.echo-site .echo-popular-item li:last-child { border-bottom: 0; }
.echo-site .echo-popular-item li a { display: block; padding: 15px 0; }
.echo-site .echo-popular-item li h5 { margin: 0 !important; color: #181823 !important; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 600; transform: none !important; }
.echo-site .echo-popular-item li a:hover h5 { color: #7817f2; }

/* Post Style 2 composition. */
.echo-site .echo-banner-innerpage { padding: 60px 0 0; }
.echo-site .echo-banner-innerpage .banner-image.top img { display: block; width: 100%; height: 560px; object-fit: cover; }
.echo-site .echo-hero-section.inner-post { padding-top: 55px; }
.echo-site .echo-hero-section.inner-post .zv-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(270px, 1fr);
  gap: 50px;
  padding: 0;
}
.echo-site .echo-hero-section.inner-post .echo-hero-title {
  margin: 10px 0 18px;
  color: #181823;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.echo-site .zv-breadcrumb { color: #5e5e5e; }
.echo-site .zv-deck { color: #5e5e5e; font-size: 18px; line-height: 1.7; }
.echo-site .zv-byline { color: #181823; }
.echo-site .zv-prose { color: #5e5e5e; font-family: "Inter", sans-serif; font-size: 17px; line-height: 1.8; }
.echo-site .zv-prose h2 { margin-top: 45px; color: #181823; font-size: 34px; }
.echo-site .zv-prose h3 { color: #181823; }
.echo-site .zv-prose blockquote { color: #181823; background: #f9f9f9; border-left-color: #7817f2; }
.echo-site .zv-callout { border-color: rgba(94,94,94,.35); border-radius: 0; background: #f9f9f9; }
.echo-site .zv-author-card,
.echo-site .zv-side-box { padding: 28px; border-color: rgba(94,94,94,.35); border-radius: 0; }
.echo-site .zv-side-box a:hover,
.echo-site .zv-author-card a:hover { color: #7817f2; }
.echo-site .zv-tag { color: #181823; background: #f1f1f3; border-radius: 0; }
.echo-site .zv-share a { background: #181823; }
.echo-site .zv-share a:hover { background: #7817f2; }
.echo-site .zv-pagination a { border-color: rgba(94,94,94,.35); }

/* Static pages retain their content but use Echo's palette and spacing. */
.echo-site .zv-page-hero { padding: 60px 0; color: #181823; background: #f9f9f9; }
.echo-site .zv-page-hero .zv-page-title { color: #181823; font-size: 56px; line-height: 1.2; }
.echo-site .zv-page-hero .zv-page-intro { color: #5e5e5e; }
.echo-site .zv-section { padding: 70px 0 90px; }
.echo-site .zv-placeholder { color: #5e5e5e; background: #f9f9f9; border-color: rgba(94,94,94,.35); border-radius: 0; }
.echo-site .zv-contact { background: #f9f9f9; border-radius: 0; }
.echo-site .zv-contact a { color: #7817f2; }
.echo-site .zv-about-section { padding-top: 70px; }
.echo-site .zv-about-content { max-width: 850px; margin: 0 auto; text-align: center; }
.echo-site .zv-about-content h1 { margin: 0; color: #181823; font-family: "Bona Nova", Georgia, serif; font-size: 34px; line-height: 1.12; }
.echo-site .echo-category-title { margin: 0 0 18px; color: #181823; font-family: "Bona Nova", Georgia, serif; font-size: 40px; line-height: 1.12; }

/* Footer layout and palette. */
.echo-footer-area .echo-get-in-tuch h4 { margin: 0 0 30px; color: #fff; font-size: 24px; }
.echo-footer-area .echo-row.footer-layout { display: grid; grid-template-columns: 1.22fr .78fr 1.35fr; gap: 64px; }
.echo-footer-area .echo-footer-address { margin: 0; font-style: normal; }
.echo-footer-area .echo-footer-address span { display: block; margin-bottom: 9px; }
.echo-footer-area .echo-footer-address a { color: inherit; }
.echo-footer-area .echo-row .echo-footer-content-2 .echo-footer-most-popular ul li { width: 100%; margin: 0 0 18px; }
.echo-footer-area .echo-footer-copyright-area .footer-logo img { display: block; width: 215px; height: auto; }
.echo-footer-area .echo-footer-copyright-area .copyright-area-inner.copyright-without-logo { display: grid; grid-template-columns: 1fr auto 1fr; }
.echo-footer-area .echo-footer-copyright-area .copyright-without-logo .copyright-content { grid-column: 2; }
.echo-footer-area .echo-footer-copyright-area .copyright-without-logo .select-area { grid-column: 3; justify-self: end; }
.echo-footer-area .select-area { color: #999; }
.echo-footer-area.footer-2 .select-area { color: #181823; }

@media (max-width: 991px) {
  .echo-site .echo-header-top-home-2 .home-2-social,
  .echo-site .echo-top-note,
  .echo-site .echo-template-links { display: none; }
  .echo-site .echo-header-top-home-2 .home-2-row { position: relative; display: flex; justify-content: center; }
  .echo-site .echo-header-top-home-2 .home-2-row .home-2-logo { display: block !important; width: auto; flex-basis: auto; }
  .echo-site .echo-header-top-home-2 .home-2-card-etc { position: absolute; right: 0; top: 50%; display: block; transform: translateY(-50%); }
  .echo-site .echo-top-contact { display: none; }
  .echo-site .echo-menu-toggle {
    display: block;
    width: 43px;
    height: 43px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.6);
    background: transparent;
  }
  .echo-site .echo-menu-toggle span,
  .echo-site .echo-menu-toggle::before,
  .echo-site .echo-menu-toggle::after { content: ""; display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }
  .echo-site .echo-template-menu-row { min-height: 0; border: 0; }
  .echo-site .echo-template-nav { display: none; width: 100%; padding: 10px 0 22px; }
  .echo-site .echo-template-nav.is-open { display: block; }
  .echo-site .echo-template-nav ul { display: block; }
  .echo-site .echo-template-nav li { border-bottom: 1px solid #e5e5e5; }
  .echo-site .echo-template-nav a { display: block; padding: 13px 0; }
  .echo-site .echo-hero-section.inner-post .zv-article-shell { grid-template-columns: 1fr; }
  .echo-site .echo-right-ct-1 { position: static; margin-top: 35px; }
  .echo-footer-area .echo-row.footer-layout { grid-template-columns: 1fr 1fr; gap: 38px 48px; }
}

@media (max-width: 767px) {
  .echo-site .container { padding-left: 20px; padding-right: 20px; }
  .echo-site .echo-brand-logo img { width: 205px; }
  .echo-site .echo-breadcrumb-area .breadcrumb-inner .title { font-size: 38px; }
  .echo-site .echo-hero-section.inner { padding: 45px 0 60px; }
  .echo-site .echo-hero-section.inner .zv-card { grid-template-columns: 1fr; gap: 18px; }
  .echo-site .echo-hero-section.inner .zv-card-media { aspect-ratio: 16/10; }
  .echo-site .echo-banner-innerpage { padding-top: 35px; }
  .echo-site .echo-banner-innerpage .banner-image.top img { height: 340px; }
  .echo-site .echo-hero-section.inner-post .echo-hero-title { font-size: 38px; }
  .echo-site .zv-page-hero .zv-page-title { font-size: 38px; }
  .echo-footer-area .echo-row.footer-layout { grid-template-columns: 1fr; gap: 0; }
  .echo-footer-area .echo-row.footer-layout > div { margin-bottom: 38px; }
  .echo-footer-area .echo-footer-copyright-area .copyright-area-inner { display: block; text-align: center; }
  .echo-footer-area .echo-footer-copyright-area .copyright-area-inner.copyright-without-logo { display: block; }
  .echo-footer-area .echo-footer-copyright-area .footer-logo img { margin: 0 auto; }
  .echo-footer-area .copyright-content { margin: 20px 0; }
}
