/* Homepage-only adaptation of Echo index-two. The original composition stays
   recognizable while demo controls and unsupported content are removed. */
body.echo-index-two {
  color: #191a23;
  background: #fff;
  font-family: "Inter", "Segoe UI", sans-serif;
}
.echo-index-two .container { max-width: 1180px; }
.echo-index-two h1,
.echo-index-two h2,
.echo-index-two h3,
.echo-index-two h4,
.echo-index-two h5 { font-family: "Bona Nova", Georgia, serif; }
.echo-index-two a { text-decoration: none; }
.echo-index-two .echo-header-top-home-2 { background: #191a23; }
.echo-index-two .echo-header-top-home-2 .home-2-row {
  min-height: 60px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.echo-index-two .echo-header-top-home-2 .home-2-social,
.echo-index-two .echo-header-top-home-2 .home-2-card-etc { display: block; }
.echo-index-two .echo-header-top-home-2 .home-2-card-etc { text-align: right; }
.echo-index-two .echo-top-note,
.echo-index-two .echo-top-contact {
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.echo-index-two .echo-top-contact:hover { color: #fff; }
.echo-index-two .echo-brand-logo img { display: block; width: 235px; height: auto; }
.echo-index-two .echo-home-2-menu { background: #fff; }
.echo-index-two .echo-template-menu-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
}
.echo-index-two .echo-template-nav ul {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.echo-index-two .echo-template-nav a {
  color: #35353c;
  font-size: 16px;
  font-weight: 500;
}
.echo-index-two .echo-template-nav a:hover,
.echo-index-two .echo-template-nav a[aria-current="page"] { color: #924fff; }
.echo-index-two .echo-template-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #5e5e5e;
  font-size: 14px;
}
.echo-index-two .echo-template-links span + span::before {
  content: "/";
  margin-right: 18px;
  color: #9d9d9d;
}
.echo-index-two .echo-menu-toggle { display: none; }

.echo-index-two .echo-banner { padding: 40px 0 76px; }
.echo-index-two .echo-banner-full-content { margin: 0; }
.echo-index-two .echo-banner-mani-content { position: relative; min-height: 624px; }
.echo-index-two .echo-banner-img,
.echo-index-two .echo-banner-img img { width: 100%; height: 624px; }
.echo-index-two .echo-banner-img img { display: block; object-fit: cover; }
.echo-index-two .echo-banner-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80.5%;
  height: 286px;
  min-height: 286px;
  padding: 24px 30px;
  background: #fff;
}
.echo-index-two .home-2-area-shep {
  display: inline-block;
  padding: 7px 22px;
  color: #fff;
  background: #924fff;
  transform: skew(-12deg);
}
.echo-index-two .home-2-area-shep.secondary { background: #42b8bd; }
.echo-index-two .home-2-area-shep span { display: block; transform: skew(12deg); }
.echo-index-two .echo-3-align-icons { margin: 24px 0 20px; }
.echo-index-two .echo-3-align-icons a { color: #5e5e5e; font-size: 14px; }
.echo-index-two .echo-banner-heading h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(40px, 3.7vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  text-transform: none !important;
}
.echo-index-two .echo-banner-heading a,
.echo-index-two .echo-banner-right-heading a { color: #191a23; }
.echo-index-two .echo-home-2-banner-right-flexing hr { margin: 26px 0 24px; border-color: #d4d4d4; opacity: 1; }
.echo-index-two .echo-banar-right-img { position: relative; }
.echo-index-two .echo-banar-right-img img { width: 100%; height: 198px; object-fit: cover; }
.echo-index-two .echo-banar-right-img .echo-banner-shep {
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.echo-index-two .echo-banner-right-heading h2 {
  margin: 27px 0 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.echo-index-two .echo-home-section { padding: 74px 0; }
.echo-index-two .echo-home-section--soft { background: #f7f7f9; }
.echo-index-two .echo-home-2-main-title {
  margin-bottom: 34px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bcbcbc;
}
.echo-index-two .echo-home-2-main-title h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
}
.echo-index-two .echo-feature-area-img { position: relative; overflow: hidden; }
.echo-index-two .echo-feature-area-img img { width: 100%; height: 240px; object-fit: cover; transition: transform .35s ease; }
.echo-index-two .echo-feature-main-content:hover img { transform: scale(1.035); }
.echo-index-two .echo-feature-area-shep { position: absolute; left: 24px; bottom: -1px; }
.echo-index-two .echo-feature-area-post-title h3 { margin: 24px 0 12px; font-size: 27px; line-height: 1.22; }
.echo-index-two .echo-feature-area-post-title h3 a { color: #191a23; }
.echo-index-two .echo-feature-area-post-title p { color: #666; line-height: 1.7; }
.echo-index-two .home-2-read-more-btn a { color: #191a23; font-size: 13px; font-weight: 700; letter-spacing: .1em; border-bottom: 2px solid #924fff; }
.echo-index-two .echo-editor-grid { display: grid; grid-template-columns: 1.6fr .8fr; gap: 56px; }
.echo-index-two .echo-editor-list { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.echo-index-two .echo-editor-item { display: grid; grid-template-columns: 155px 1fr; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid #d4d4d4; }
.echo-index-two .echo-editor-item img { width: 155px; height: 118px; object-fit: cover; }
.echo-index-two .echo-editor-item h3 { margin: 8px 0 0; font-size: 21px; line-height: 1.25; }
.echo-index-two .echo-editor-item h3 a { color: #191a23; }
.echo-index-two .echo-channel-list { padding: 28px; border: 1px solid #cfcfd3; background: #fff; }
.echo-index-two .echo-channel-list h2 { margin: 0 0 18px; font-size: 28px; }
.echo-index-two .echo-channel-list a { display: flex; justify-content: space-between; padding: 14px 0; color: #191a23; border-top: 1px solid #dedee1; font-weight: 600; }
.echo-index-two .echo-latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.echo-index-two .echo-latest-card img { width: 100%; height: 190px; object-fit: cover; }
.echo-index-two .echo-latest-card h3 { margin: 18px 0 0; font-size: 23px; line-height: 1.25; }
.echo-index-two .echo-latest-card h3 a { color: #191a23; }
.echo-index-two .zv-footer { margin-top: 0; }

@media (max-width: 991px) {
  .echo-index-two .echo-header-top-home-2 .home-2-social,
  .echo-index-two .echo-top-note,
  .echo-index-two .echo-template-links { display: none; }
  .echo-index-two .echo-header-top-home-2 .home-2-row {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .echo-index-two .echo-header-top-home-2 .home-2-row .home-2-logo {
    display: block !important;
    width: auto;
    flex-basis: auto;
  }
  .echo-index-two .echo-header-top-home-2 .home-2-card-etc {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    transform: translateY(-50%);
  }
  .echo-index-two .echo-top-contact { display: none; }
  .echo-index-two .echo-menu-toggle {
    display: block;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255,255,255,.6);
    color: #fff;
    background: transparent;
  }
  .echo-index-two .echo-menu-toggle span,
  .echo-index-two .echo-menu-toggle::before,
  .echo-index-two .echo-menu-toggle::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
  }
  .echo-index-two .echo-template-menu-row { min-height: 0; border: 0; }
  .echo-index-two .echo-template-nav { display: none; width: 100%; padding: 10px 0 22px; }
  .echo-index-two .echo-template-nav.is-open { display: block; }
  .echo-index-two .echo-template-nav ul { display: block; }
  .echo-index-two .echo-template-nav li { border-bottom: 1px solid #e5e5e5; }
  .echo-index-two .echo-template-nav a { display: block; padding: 13px 0; }
  .echo-index-two .echo-banner-mani-content,
  .echo-index-two .echo-banner-img,
  .echo-index-two .echo-banner-img img { height: 560px; }
  .echo-index-two .echo-banner-text { width: 88%; }
  .echo-index-two .echo-home-2-banner-right-flexing { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .echo-index-two .echo-home-2-banner-right-flexing hr { display: none; }
  .echo-index-two .echo-editor-grid { grid-template-columns: 1fr; }
  .echo-index-two .echo-latest-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .echo-index-two .container { padding-left: 20px; padding-right: 20px; }
  .echo-index-two .echo-brand-logo img { width: 205px; }
  .echo-index-two .echo-banner { padding: 24px 0 52px; }
  .echo-index-two .echo-banner-mani-content,
  .echo-index-two .echo-banner-img,
  .echo-index-two .echo-banner-img img { min-height: 0; height: 510px; }
  .echo-index-two .echo-banner-text { width: 94%; height: auto; min-height: 0; padding: 24px 22px; }
  .echo-index-two .echo-3-align-icons { margin: 16px 0 13px; }
  .echo-index-two .echo-banner-heading h1 { font-size: 38px; }
  .echo-index-two .echo-home-2-banner-right-flexing,
  .echo-index-two .echo-editor-list,
  .echo-index-two .echo-latest-grid { grid-template-columns: 1fr; }
  .echo-index-two .echo-feature-main-content { margin-bottom: 38px; }
  .echo-index-two .echo-home-section { padding: 52px 0; }
  .echo-index-two .echo-editor-item { grid-template-columns: 118px 1fr; }
  .echo-index-two .echo-editor-item img { width: 118px; height: 96px; }
}

/* Full index-two editorial sequence. */
.echo-index-two .echo-section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 38px;
}
.echo-index-two .echo-section-title span { height: 1px; background: #c9c9cd; }
.echo-index-two .echo-section-title h2,
.echo-index-two .echo-section-heading h2 { margin: 0; font-size: 30px; line-height: 1; }
.echo-index-two .echo-section-title--dark span { background: rgba(255,255,255,.28); }
.echo-index-two .echo-section-title--dark h2 { color: #fff; }
.echo-index-two .echo-section-heading { margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #bcbcbc; }

.echo-index-two .echo-feature-dark,
.echo-index-two .echo-feature-split { padding: 76px 0 82px; color: rgba(255,255,255,.75); background: #181823; }
.echo-index-two .echo-feature-dark__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.echo-index-two .echo-feature-dark .echo-feature-area-img img { height: 260px; }
.echo-index-two .echo-feature-dark .echo-feature-area-post-title h3 { margin-top: 23px; font-size: 26px; text-align: center; }
.echo-index-two .echo-feature-dark .echo-feature-area-post-title h3 a,
.echo-index-two .echo-feature-dark .home-2-read-more-btn a { color: #fff; }
.echo-index-two .echo-feature-dark .echo-feature-area-post-title p { color: rgba(255,255,255,.68); text-align: center; }
.echo-index-two .echo-feature-dark .home-2-read-more-btn { text-align: center; }
.echo-index-two .home-2-read-more-btn a::after { content: none !important; }

.echo-index-two .echo-popular-layout { padding: 82px 0; background: #fff; }
.echo-index-two .echo-popular-layout__grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, .82fr); gap: 42px; align-items: start; }
.echo-index-two .echo-popular-layout__stories { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.echo-index-two .echo-picture-card { min-width: 0; }
.echo-index-two .echo-picture-card__image { display: block; overflow: hidden; }
.echo-index-two .echo-picture-card__image img { display: block; width: 100%; height: 310px; object-fit: cover; transition: transform .35s ease; }
.echo-index-two .echo-picture-card:hover .echo-picture-card__image img { transform: scale(1.03); }
.echo-index-two .echo-picture-card__copy { padding-top: 18px; }
.echo-index-two .echo-picture-card__copy h3 { margin: 7px 0 10px; font-size: 27px; line-height: 1.16; }
.echo-index-two .echo-picture-card__copy h3 a,
.echo-index-two .echo-showcase-story__card h2 a { color: #181823; }
.echo-index-two .echo-picture-card__copy p { margin: 0 0 14px; color: #666; line-height: 1.65; }
.echo-index-two .echo-read-more { color: #181823; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.echo-index-two .echo-picture-card.large { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; background: #f2f2f3; }
.echo-index-two .echo-picture-card.large .echo-picture-card__image img { height: 330px; }
.echo-index-two .echo-picture-card.large .echo-picture-card__copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.echo-index-two .echo-picture-card.large .echo-picture-card__copy h3 { font-size: 34px; }

.echo-index-two .echo-compact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin-top: 36px; border-top: 1px solid #d2d2d5; }
.echo-index-two .echo-mini-story { display: grid; grid-template-columns: 112px 1fr; gap: 16px; align-items: center; padding: 20px 0; border-bottom: 1px solid #d2d2d5; }
.echo-index-two .echo-mini-story img { display: block; width: 112px; height: 84px; object-fit: cover; }
.echo-index-two .echo-mini-story h3 { margin: 5px 0 0; font-size: 19px; line-height: 1.2; }
.echo-index-two .echo-mini-story h3 a { color: #181823; }
.echo-index-two .echo-home-sidebar section { padding: 26px; background: #f7f7f8; }
.echo-index-two .echo-home-sidebar section + section { margin-top: 24px; }
.echo-index-two .echo-home-sidebar h2 { margin: 0 0 20px; padding-bottom: 14px; font-size: 25px; text-align: center; border-bottom: 1px solid #d1d1d4; }
.echo-index-two .echo-channel-tile { display: grid; min-height: 58px; margin-top: 12px; place-items: center; color: #fff; background: #181823; font-family: "Bona Nova", Georgia, serif; font-size: 17px; font-weight: 700; }
.echo-index-two .echo-channel-tile:nth-of-type(2) { background: #7817f2; }
.echo-index-two .echo-channel-tile:nth-of-type(3) { background: #42b8bd; }
.echo-index-two .echo-home-sidebar .echo-mini-story { grid-template-columns: 72px 1fr; gap: 12px; }
.echo-index-two .echo-home-sidebar .echo-mini-story img { width: 72px; height: 62px; }
.echo-index-two .echo-home-sidebar .echo-mini-story h3 { font-size: 16px; }

.echo-index-two .echo-highlight-story { padding: 70px 0; background: #fff; }
.echo-index-two .echo-highlight-story .container { padding: 30px; background: #f1f1f2; }
.echo-index-two .echo-highlight-story .echo-picture-card.large { grid-template-columns: .95fr 1.2fr; }
.echo-index-two .echo-highlight-story .echo-picture-card.large .echo-picture-card__image img { height: 315px; }

.echo-index-two .echo-feature-split__grid { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr); gap: 46px; }
.echo-index-two .echo-feature-split .echo-picture-card.large { display: block; background: transparent; }
.echo-index-two .echo-feature-split .echo-picture-card.large .echo-picture-card__image img { height: 455px; }
.echo-index-two .echo-feature-split .echo-picture-card.large .echo-picture-card__copy { display: block; padding: 24px 0 0; text-align: center; }
.echo-index-two .echo-feature-split .echo-picture-card h3 a,
.echo-index-two .echo-feature-split .echo-mini-story h3 a { color: #fff; }
.echo-index-two .echo-feature-split .echo-picture-card p { color: rgba(255,255,255,.68); }
.echo-index-two .echo-feature-split .echo-read-more { color: #fff; }
.echo-index-two .echo-feature-split__list { border-top: 1px solid rgba(255,255,255,.28); }
.echo-index-two .echo-feature-split .echo-mini-story { grid-template-columns: 155px 1fr; border-bottom-color: rgba(255,255,255,.25); }
.echo-index-two .echo-feature-split .echo-mini-story img { width: 155px; height: 112px; }
.echo-index-two .echo-feature-split .echo-mini-story h3 { font-size: 21px; }

.echo-index-two .echo-archive-layout { padding: 82px 0; background: #fff; }
.echo-index-two .echo-archive-layout__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 40px; }
.echo-index-two .echo-archive-layout .echo-picture-card.large { display: block; background: transparent; }
.echo-index-two .echo-archive-layout .echo-picture-card.large .echo-picture-card__image img { height: 440px; }
.echo-index-two .echo-archive-layout .echo-picture-card.large .echo-picture-card__copy { display: block; width: 75%; margin-top: -115px; padding: 27px 30px; position: relative; background: #fff; }
.echo-index-two .echo-archive-layout__list { border-top: 1px solid #d2d2d5; }
.echo-index-two .echo-archive-layout .echo-mini-story { grid-template-columns: 1fr 118px; }
.echo-index-two .echo-archive-layout .echo-mini-story > a { order: 2; }
.echo-index-two .echo-archive-layout .echo-mini-story img { width: 118px; height: 84px; }

.echo-index-two .echo-showcase-story { padding: 72px 0 90px; background: #eef0f2; }
.echo-index-two .echo-showcase-story article { position: relative; min-height: 620px; overflow: hidden; }
.echo-index-two .echo-showcase-story article > img { display: block; width: 100%; height: 620px; object-fit: cover; }
.echo-index-two .echo-showcase-story article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,24,35,.2), transparent 45%, rgba(24,24,35,.08)); }
.echo-index-two .echo-showcase-story__card { position: absolute; z-index: 2; left: 50%; bottom: 0; width: min(680px, 74%); padding: 38px 48px; text-align: center; background: #fff; transform: translateX(-50%); }
.echo-index-two .echo-showcase-story__card h2 { margin: 8px 0 12px; font-size: 42px; line-height: 1.08; }
.echo-index-two .echo-showcase-story__card p { margin: 0; color: #666; }

.echo-index-two .echo-image-strip { padding: 58px 0 0; background: #fff; }
.echo-index-two .echo-image-strip .echo-section-title { max-width: 720px; margin-left: auto; margin-right: auto; }
.echo-index-two .echo-image-strip__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.echo-index-two .echo-image-strip__grid a { display: block; overflow: hidden; }
.echo-index-two .echo-image-strip__grid img { display: block; width: 100%; height: 275px; object-fit: cover; transition: transform .35s ease; }
.echo-index-two .echo-image-strip__grid a:hover img { transform: scale(1.035); }

@media (max-width: 991px) {
  .echo-index-two .echo-feature-dark__grid { grid-template-columns: 1fr 1fr; }
  .echo-index-two .echo-feature-dark__grid article:last-child { grid-column: 1 / -1; max-width: 50%; margin: 0 auto; }
  .echo-index-two .echo-popular-layout__grid,
  .echo-index-two .echo-feature-split__grid,
  .echo-index-two .echo-archive-layout__grid { grid-template-columns: 1fr; }
  .echo-index-two .echo-home-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .echo-index-two .echo-home-sidebar section + section { margin-top: 0; }
  .echo-index-two .echo-image-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .echo-index-two .echo-image-strip__grid a:nth-child(n+4) { display: none; }
}

@media (max-width: 767px) {
  .echo-index-two .echo-feature-dark,
  .echo-index-two .echo-feature-split,
  .echo-index-two .echo-popular-layout,
  .echo-index-two .echo-archive-layout { padding: 56px 0; }
  .echo-index-two .echo-section-title { gap: 16px; }
  .echo-index-two .echo-section-title h2,
  .echo-index-two .echo-section-heading h2 { font-size: 26px; }
  .echo-index-two .echo-feature-dark__grid,
  .echo-index-two .echo-popular-layout__stories,
  .echo-index-two .echo-compact-grid,
  .echo-index-two .echo-home-sidebar { grid-template-columns: 1fr; }
  .echo-index-two .echo-feature-dark__grid article:last-child { grid-column: auto; max-width: none; }
  .echo-index-two .echo-picture-card.large,
  .echo-index-two .echo-highlight-story .echo-picture-card.large { display: block; }
  .echo-index-two .echo-picture-card.large .echo-picture-card__copy { padding: 24px 20px; }
  .echo-index-two .echo-picture-card.large .echo-picture-card__copy h3 { font-size: 29px; }
  .echo-index-two .echo-highlight-story { padding: 45px 0; }
  .echo-index-two .echo-highlight-story .container { padding: 20px; }
  .echo-index-two .echo-feature-split .echo-mini-story { grid-template-columns: 112px 1fr; }
  .echo-index-two .echo-feature-split .echo-mini-story img { width: 112px; height: 88px; }
  .echo-index-two .echo-archive-layout .echo-picture-card.large .echo-picture-card__copy { width: 92%; margin-top: -70px; }
  .echo-index-two .echo-showcase-story { padding: 45px 0 60px; }
  .echo-index-two .echo-showcase-story article,
  .echo-index-two .echo-showcase-story article > img { min-height: 0; height: 520px; }
  .echo-index-two .echo-showcase-story__card { width: 90%; padding: 28px 22px; }
  .echo-index-two .echo-showcase-story__card h2 { font-size: 31px; }
  .echo-index-two .echo-image-strip__grid { grid-template-columns: 1fr 1fr; }
  .echo-index-two .echo-image-strip__grid a:nth-child(3) { display: none; }
  .echo-index-two .echo-image-strip__grid img { height: 210px; }
}
