/* =========================================================
   日用百货信息门户 v5.0.1 — 潮流单品展示 · 资讯站布局
   design-brief: #FF5B00 / #FFAB2C
   参考: demoall.changshilan.com/ecms216
   ========================================================= */
:root {
  --ic-primary: #FF5B00;
  --ic-primary-light: #FFAB2C;
  --ic-accent: #FF7A1A;
  --ic-accent-hover: #E04F00;
  --ic-bg: #F5F6F7;
  --ic-bg-white: #FFFFFF;
  --ic-text: #222222;
  --ic-text-muted: #888888;
  --ic-text-light: #AAAAAA;
  --ic-border: #EEEEEE;
  --ic-danger: #F04848;
  --ic-container: 1200px;
  --ic-header-h: 148px;
  --ic-radius: 6px;
  --ic-radius-sm: 4px;
  --ic-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --ic-shadow-lg: 0 8px 28px rgba(0, 0, 0, 0.12);
  --ic-transition: 0.22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ic-text);
  background: var(--ic-bg);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; transition: color var(--ic-transition); }
a:hover { color: var(--ic-primary); }
img { max-width: 100%; height: auto; display: block; border: 0; }
ul, ol { list-style: none; }
button { font-family: inherit; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

.container {
  width: 100%;
  max-width: var(--ic-container);
  margin: 0 auto;
  padding: 0 16px;
}

/* ===== Header ===== */
.ic-header {
  background: var(--ic-bg-white);
  box-shadow: var(--ic-shadow);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.ic-header.is-scrolled {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.ic-topbar {
  background: #1A1A1A;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 34px;
}

.ic-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ic-topbar__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic-topbar__text i {
  color: var(--ic-primary-light);
  margin-right: 6px;
}

.ic-topbar__links {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.ic-topbar__links a { color: rgba(255, 255, 255, 0.72); }
.ic-topbar__links a:hover { color: #fff; }

.ic-header__bar {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 10px 0;
}

.ic-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ic-logo img {
  height: 46px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
}

.ic-logo__name {
  font-size: 22px;
  font-weight: 800;
  color: var(--ic-primary);
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.ic-header__search {
  flex: 1;
  min-width: 0;
  max-width: 480px;
}

.ic-search {
  display: flex;
  border: 2px solid var(--ic-primary);
  border-radius: var(--ic-radius-sm);
  overflow: hidden;
  background: #fff;
}

.ic-search input {
  flex: 1;
  border: 0;
  outline: none;
  height: 40px;
  padding: 0 14px;
  font-size: 14px;
  font-family: inherit;
  min-width: 0;
}

.ic-search button {
  border: 0;
  background: var(--ic-primary);
  color: #fff;
  width: 88px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}

.ic-search button:hover { background: var(--ic-primary-light); }

.ic-hotwords {
  margin-top: 8px;
  font-size: 12px;
  color: var(--ic-text-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: center;
}

.ic-hotwords strong {
  color: var(--ic-primary);
  font-weight: 600;
}

.ic-hotwords a { color: var(--ic-text-muted); }
.ic-hotwords a:hover { color: var(--ic-primary); }

.ic-header__aside {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  margin-left: auto;
}

.ic-header__slogan {
  font-size: 13px;
  color: var(--ic-text-muted);
  line-height: 1.5;
  max-width: 180px;
}

.ic-header__qr {
  width: 58px;
  height: 58px;
  border: 1px dashed var(--ic-border);
  border-radius: var(--ic-radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ic-primary);
  font-size: 11px;
  gap: 2px;
  background: #fafafa;
}

.ic-header__qr i { font-size: 20px; }

.ic-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  color: var(--ic-text);
}

.ic-nav {
  background: var(--ic-primary);
  height: 47px;
}

.ic-nav__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.ic-nav__link {
  display: block;
  padding: 0 4px;
  margin-right: 48px;
  line-height: 47px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  background: transparent !important;
}

.ic-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #fff;
  display: none;
}

.ic-nav__link:hover,
.ic-nav__link.on {
  background: transparent !important;
  color: #fff !important;
  font-weight: 700;
}

.ic-nav__link:hover::after,
.ic-nav__link.on::after {
  display: block;
}

.ic-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 900;
}

.ic-overlay.show { display: block; }

/* ===== Home stack ===== */
.ic-home {
  padding: 16px 0 8px;
}

.ic-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ic-panel {
  background: var(--ic-bg-white);
  border-radius: var(--ic-radius);
  padding: 16px 18px;
  box-shadow: var(--ic-shadow);
  overflow: hidden;
}

.ic-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ic-border);
}

.ic-hd__title {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  padding-left: 12px;
  line-height: 1.2;
}

.ic-hd__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  background: var(--ic-primary);
  border-radius: 2px;
}

.ic-hd__more {
  font-size: 13px;
  color: var(--ic-text-muted);
}

.ic-hd__more:hover { color: var(--ic-primary); }

/* Spot: slider + 4 featured */
.ic-spot {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 16px;
}

.ic-spot__banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--ic-radius);
  background: #111;
  min-height: 340px;
}

.ic-spot__slides { position: relative; height: 340px; }

.ic-spot__slide {
  display: none;
  position: absolute;
  inset: 0;
  background: #1a1a1a center / cover no-repeat;
}

.ic-spot__slide.is-active { display: block; }

.ic-spot__slide a,
.ic-spot__slide img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.ic-spot__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 36px 16px 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
  color: #fff;
}

.ic-spot__caption h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.ic-spot__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 2;
}

.ic-spot__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.ic-spot__dot.is-active {
  background: var(--ic-primary-light);
  width: 26px;
  border-radius: 8px;
}

.ic-spot__news { display: flex; flex-direction: column; gap: 10px; }

.ic-feat {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 12px;
  min-height: 76px;
}

.ic-feat img {
  width: 148px;
  height: 76px;
  object-fit: cover;
  border-radius: var(--ic-radius-sm);
  background: #f3f3f3;
}

.ic-feat h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ic-feat p {
  font-size: 12px;
  color: var(--ic-text-muted);
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ic-feat:hover h3 { color: var(--ic-primary); }

/* Lead: headline + ticker */
.ic-lead {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}

.ic-lead__main { text-align: center; padding: 8px 12px 4px; }

.ic-lead__main h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
}

.ic-lead__main h2 a:hover { color: var(--ic-primary); }

.ic-lead__main p {
  font-size: 14px;
  color: var(--ic-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ic-ticker__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ic-border);
}

.ic-ticker__head h3 {
  font-size: 16px;
  font-weight: 800;
}

.ic-ticker__refresh {
  border: 0;
  background: transparent;
  color: var(--ic-primary);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.ic-ticker__list li { border-bottom: 1px dashed var(--ic-border); }

.ic-ticker__list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: 14px;
}

.ic-ticker__list a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic-ticker__list time {
  color: var(--ic-text-light);
  font-size: 12px;
  flex-shrink: 0;
}

.ic-ticker__list li.is-hidden { display: none; }

/* Pic row */
.ic-picrow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ic-picrow a {
  display: block;
  overflow: hidden;
  border-radius: var(--ic-radius);
}

.ic-picrow img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ic-picrow a:hover img { transform: scale(1.06); }

.ic-picrow h3 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Category: featured + list + thumbs */
.ic-cat {
  display: grid;
  grid-template-columns: 280px 1fr 260px;
  gap: 18px;
}

.ic-cat__main img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  border-radius: var(--ic-radius-sm);
  background: #f3f3f3;
}

.ic-cat__main h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ic-cat__main p {
  margin-top: 6px;
  font-size: 13px;
  color: var(--ic-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ic-news-list li { border-bottom: 1px dashed var(--ic-border); }

.ic-news-list a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
}

.ic-news-list .ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic-news-list .ttl i {
  color: var(--ic-text-light);
  margin-right: 6px;
  font-size: 12px;
}

.ic-news-list .date {
  color: var(--ic-text-light);
  font-size: 12px;
  flex-shrink: 0;
}

.ic-thumbs { display: flex; flex-direction: column; gap: 10px; }

.ic-thumb {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  align-items: center;
}

.ic-thumb img {
  width: 96px;
  height: 64px;
  object-fit: cover;
  border-radius: var(--ic-radius-sm);
  background: #f3f3f3;
}

.ic-thumb h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Grid category: 4 thumbs + two lists */
.ic-gridcat {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}

.ic-gridcat__pics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ic-gridcat__pics a h4 {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ic-gridcat__pics img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: var(--ic-radius-sm);
  background: #f3f3f3;
}

/* Hot cards */
.ic-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ic-card {
  display: block;
  background: #fff;
  border-radius: var(--ic-radius);
  overflow: hidden;
  border: 1px solid var(--ic-border);
  transition: transform var(--ic-transition), box-shadow var(--ic-transition);
}

.ic-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ic-shadow-lg);
}

.ic-card img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  background: #f3f3f3;
}

.ic-card__body { padding: 10px 12px 14px; }

.ic-card h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}

.ic-card__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: var(--ic-text-muted);
}

.ic-flink {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 13px;
  color: var(--ic-text-muted);
}

.ic-flink a { color: var(--ic-text-muted); }
.ic-flink a:hover { color: var(--ic-primary); }

/* ===== Inner pages ===== */
.ic-page-head {
  background: var(--ic-primary);
  color: #fff;
  padding: 28px 0;
  margin-bottom: 20px;
}

.ic-page-head__title,
.ic-page-head h1 {
  font-size: 28px;
  font-weight: 800;
}

.ic-page-head__desc,
.ic-page-head p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.page-inner .container { padding-bottom: 28px; }

.ic-breadcrumb {
  font-size: 13px;
  color: var(--ic-text-muted);
  margin-bottom: 16px;
}

.ic-breadcrumb a { color: var(--ic-text-muted); }
.ic-breadcrumb a:hover { color: var(--ic-primary); }

.ic-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 13px;
  color: var(--ic-text-muted);
}

.ic-list { display: flex; flex-direction: column; gap: 12px; }

.ic-list-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  background: #fff;
  border-radius: var(--ic-radius);
  padding: 14px;
  box-shadow: var(--ic-shadow);
  align-items: center;
}

.ic-list-item img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: var(--ic-radius-sm);
  background: #f3f3f3;
}

.ic-list-item h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.ic-list-item p {
  font-size: 13px;
  color: var(--ic-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ic-list-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 10px;
  font-size: 12px;
  color: var(--ic-text-muted);
}

.ic-list-item__meta .price {
  color: var(--ic-danger);
  font-weight: 700;
}

.ic-empty {
  background: #fff;
  border-radius: var(--ic-radius);
  padding: 64px 20px;
  text-align: center;
  color: var(--ic-text-muted);
}

.ic-empty i {
  font-size: 36px;
  color: var(--ic-text-light);
  margin-bottom: 10px;
}

.ic-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 8px;
  list-style: none;
}

.ic-pagination li a,
.ic-pagination li span,
.ic-pagination a,
.ic-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: var(--ic-radius-sm);
  background: #fff;
  border: 1px solid var(--ic-border);
  font-size: 13px;
}

.ic-pagination a:hover,
.ic-pagination .active a,
.ic-pagination .active span,
.ic-pagination li.active a,
.ic-pagination li.active span,
.ic-pagination .thisclass a,
.ic-pagination li.thisclass a,
.ic-pagination li.thisclass span {
  background: var(--ic-primary);
  border-color: var(--ic-primary);
  color: #fff;
}

/* Detail */
.ic-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  background: #fff;
  border-radius: var(--ic-radius);
  padding: 22px;
  box-shadow: var(--ic-shadow);
  margin-bottom: 20px;
}

.ic-detail__pic,
.ic-detail__img {
  background: #f7f7f7;
  border-radius: var(--ic-radius);
  overflow: hidden;
  min-height: 280px;
}

.ic-detail__pic img,
.ic-detail__img img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  background: #f7f7f7;
}

.ic-detail__title,
.ic-detail__info h1 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
}

.ic-detail__desc {
  color: var(--ic-text-muted);
  font-size: 14px;
  margin-bottom: 16px;
}

.ic-meta-grid,
.ic-detail__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  background: var(--ic-bg);
  border-radius: var(--ic-radius);
  padding: 14px 16px;
  font-size: 14px;
  margin-bottom: 16px;
}

.ic-meta-grid li span,
.ic-detail__meta span {
  display: block;
  color: var(--ic-text-muted);
  font-size: 12px;
}

.ic-meta-grid li b { font-weight: 700; }

.ic-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff6ef;
  border: 1px solid #ffd8bf;
  border-radius: var(--ic-radius);
  padding: 14px 16px;
}

.ic-contact i {
  font-size: 22px;
  color: var(--ic-primary);
}

.ic-contact > div { flex: 1; }
.ic-contact > div > div { font-size: 12px; color: var(--ic-text-muted); }
.ic-contact b { font-size: 18px; color: var(--ic-danger); }

.ic-content {
  background: #fff;
  border-radius: var(--ic-radius);
  padding: 24px 28px 36px;
  margin-bottom: 20px;
  line-height: 1.9;
  box-shadow: var(--ic-shadow);
}

.ic-content img { max-width: 100%; height: auto; margin: 8px 0; }
.ic-content p { margin: 0 0 1em; }

.ic-single {
  background: #fff;
  border-radius: var(--ic-radius);
  padding: 28px 36px 48px;
  box-shadow: var(--ic-shadow);
  min-height: 280px;
  line-height: 1.9;
}

.ic-single__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ic-border);
}

.ic-single__nav a {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--ic-bg);
  font-size: 13px;
}

.ic-single__nav .cur a,
.ic-single__nav li.cur a {
  background: var(--ic-primary);
  color: #fff;
}

.ic-single__title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 18px;
}

.ic-search-hero {
  background: #fff;
  border-radius: var(--ic-radius);
  padding: 28px 24px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: var(--ic-shadow);
}

.ic-search-hero h2 { font-size: 22px; margin-bottom: 16px; }
.ic-search-hero .ic-search { max-width: 640px; margin: 0 auto; }
.ic-search-hero em,
.ic-search-keywords {
  color: var(--ic-primary);
  font-style: normal;
}

.ic-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
  padding: 0 18px;
  border-radius: var(--ic-radius-sm);
  font-size: 14px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.ic-btn--primary {
  background: var(--ic-primary);
  color: #fff !important;
}

.ic-btn--primary:hover {
  background: var(--ic-primary-light);
  color: #fff !important;
}

/* Footer */
.ic-footer {
  background: #1A1A1A;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 24px;
  padding-top: 40px;
}

.ic-footer a { color: rgba(255, 255, 255, 0.72); }
.ic-footer a:hover { color: #fff; }

.ic-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 32px;
  padding-bottom: 32px;
}

.ic-footer h4,
.ic-footer__title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ic-primary);
  display: inline-block;
}

.ic-footer p,
.ic-footer li { font-size: 13px; line-height: 2; }

.ic-footer__brand img {
  height: 40px;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}

.ic-footer__copy,
.ic-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0 20px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.ic-footer__copy a,
.ic-footer__bottom a { color: rgba(255, 255, 255, 0.55); }

.ic-cs {
  position: fixed;
  right: 16px;
  bottom: 88px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ic-cs a,
.ic-cs button {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: var(--ic-primary);
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--ic-shadow-lg);
}

.ic-cs a:hover,
.ic-cs button:hover {
  background: var(--ic-accent);
  color: #fff;
}

.ic-backtop,
.ic-back-top {
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ic-transition);
}

.ic-backtop.show,
.ic-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.ic-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ic-reveal.visible {
  opacity: 1;
  transform: none;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .ic-spot,
  .ic-lead,
  .ic-cat,
  .ic-gridcat,
  .ic-detail {
    grid-template-columns: 1fr;
  }

  .ic-picrow,
  .ic-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ic-footer__grid { grid-template-columns: 1fr 1fr; }

  .ic-spot__slides,
  .ic-spot__slide,
  .ic-spot__slide img { height: 240px; min-height: 240px; }

  .ic-header__slogan { display: none; }
}

@media (max-width: 768px) {
  .ic-topbar__links { display: none; }
  .ic-header__search,
  .ic-header__qr { display: none; }
  .ic-menu-toggle { display: block; margin-left: auto; }

  .ic-nav { display: none; height: auto; }
  .ic-nav.open { display: block; }
  .ic-nav__list { flex-direction: column; }
  .ic-nav__link {
    line-height: 42px;
    margin-right: 0;
    padding: 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .ic-nav__link::after { display: none !important; }

  .ic-list-item { grid-template-columns: 1fr; }
  .ic-list-item img { height: 180px; }

  .ic-picrow,
  .ic-card-grid,
  .ic-gridcat__pics {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .ic-footer__grid { grid-template-columns: 1fr; gap: 20px; }
  .ic-page-head h1,
  .ic-page-head__title { font-size: 22px; }
  .ic-detail,
  .ic-content,
  .ic-single { padding: 16px; }
  .ic-lead__main h2 { font-size: 20px; }
  .ic-meta-grid,
  .ic-detail__meta { grid-template-columns: 1fr; }
}
