/* V16.47 — premium redesign for catalogue archive and single pages. */
.catalog-v1647-hero,
.catalog-v1647-single-hero{
  position:relative;
  background:linear-gradient(180deg,#f7faf8 0%,#f1f5f2 100%);
  padding:38px 0 42px;
  overflow:hidden;
}
.catalog-v1647-hero::before,
.catalog-v1647-single-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(201,151,34,.11), transparent 35%),radial-gradient(circle at bottom left, rgba(0,78,41,.08), transparent 42%);
  pointer-events:none;
}
.catalog-v1647-hero .container,
.catalog-v1647-single-hero .container{position:relative;z-index:1;}
.catalog-v1647-hero__grid,
.catalog-v1647-single-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:28px;
  align-items:center;
}
.catalog-v1647-hero__content h1,
.catalog-v1647-single-hero__content h1{
  margin:10px 0 14px;
  color:var(--als-green-dark,#004e29);
  font-size:clamp(32px,4vw,56px);
  line-height:1.05;
}
.catalog-v1647-hero__content p,
.catalog-v1647-single-lead{
  margin:0;
  color:#425148;
  font-size:18px;
  line-height:1.9;
  max-width:860px;
}
.catalog-v1647-hero__actions,
.catalog-v1647-single-actions,
.catalog-v1647-cta__actions,
.catalog-v1647-featured__actions,
.catalog-v1647-card__actions,
.catalog-v1647-reader-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}
.catalog-v1647-hero__actions{margin-top:24px;}
.catalog-v1647-hero__stats,
.catalog-v1647-single-highlights{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.catalog-v1647-stat-card,
.catalog-v1647-highlight-card{
  background:#fff;
  border:1px solid rgba(0,78,41,.1);
  border-radius:22px;
  padding:22px 18px;
  box-shadow:0 16px 40px rgba(16,46,28,.06);
}
.catalog-v1647-stat-card strong,
.catalog-v1647-highlight-card strong{display:block;color:var(--als-green-dark,#004e29);font-size:28px;line-height:1.1;margin-bottom:8px;}
.catalog-v1647-stat-card span,
.catalog-v1647-highlight-card span{display:block;color:#5c695f;font-size:14px;line-height:1.7;}
.catalog-v1647-filters-section{padding:18px 0 0;background:#fff;}
.catalog-v1647-chips{display:flex;gap:12px;flex-wrap:wrap;align-items:center;}
.catalog-v1647-chip{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;
  padding:10px 18px;border-radius:999px;border:1px solid rgba(0,78,41,.18);
  background:#fff;color:var(--als-green-dark,#004e29);text-decoration:none;font-weight:700;
  transition:.2s ease;
}
.catalog-v1647-chip:hover,
.catalog-v1647-chip.is-active{background:var(--als-green-dark,#004e29);color:#fff;border-color:var(--als-green-dark,#004e29);}
.catalog-v1647-section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:22px;}
.catalog-v1647-section-head h2{margin:8px 0 0;color:var(--als-green-dark,#004e29);font-size:clamp(24px,2.3vw,40px);line-height:1.15;}
.catalog-v1647-featured{
  display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:28px;align-items:stretch;
  background:#fff;border:1px solid rgba(0,78,41,.1);border-radius:32px;overflow:hidden;
  box-shadow:0 18px 48px rgba(17,47,30,.07);
}
.catalog-v1647-featured__media{display:block;min-height:100%;background:#eef2ef;}
.catalog-v1647-featured__media img,
.catalog-v1647-card__cover img,
.catalog-v1647-single-cover-card img{display:block;width:100%;height:100%;object-fit:cover;}
.catalog-v1647-featured__body{padding:28px;display:flex;flex-direction:column;justify-content:center;}
.catalog-v1647-featured__body h3,
.catalog-v1647-card__body h3{margin:0 0 12px;font-size:clamp(24px,2.1vw,34px);line-height:1.2;color:var(--als-green-dark,#004e29);}
.catalog-v1647-featured__body h3 a,
.catalog-v1647-card__body h3 a{color:inherit;text-decoration:none;}
.catalog-v1647-featured__body p,
.catalog-v1647-card__body p{margin:0 0 16px;color:#4a594f;line-height:1.9;}
.catalog-v1647-meta-list,
.catalog-v1647-mini-meta{display:flex;gap:10px;flex-wrap:wrap;list-style:none;margin:0 0 22px;padding:0;}
.catalog-v1647-meta-list span,
.catalog-v1647-mini-meta li{
  display:inline-flex;align-items:center;gap:8px;background:#f5f8f6;border:1px solid rgba(0,78,41,.08);
  padding:10px 14px;border-radius:999px;color:#33513f;font-size:14px;line-height:1.5;
}
.catalog-v1647-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.catalog-v1647-card{
  background:#fff;border:1px solid rgba(0,78,41,.1);border-radius:28px;overflow:hidden;
  box-shadow:0 14px 40px rgba(17,47,30,.05);display:flex;flex-direction:column;height:100%;
}
.catalog-v1647-card__cover{display:block;aspect-ratio:4/5;background:#eff4f0;overflow:hidden;}
.catalog-v1647-card__body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:0;flex:1;}
.catalog-v1647-card__body h3{font-size:28px;}
.catalog-v1647-card__actions{margin-top:auto;padding-top:6px;}
.catalog-v1647-tags{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px;}
.catalog-v1647-tag{
  display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border-radius:999px;
  background:rgba(201,151,34,.12);color:#805d00;font-size:13px;font-weight:700;
}
.catalog-v1647-cta{
  background:linear-gradient(135deg,#013b24 0%,#004e29 42%,#0a633b 100%);
  color:#fff;border-radius:32px;padding:30px 34px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;
  box-shadow:0 22px 50px rgba(0,52,30,.18);
}
.catalog-v1647-cta h2{margin:8px 0 12px;color:#fff;font-size:clamp(24px,2.4vw,38px);line-height:1.2;}
.catalog-v1647-cta p{margin:0;color:rgba(255,255,255,.9);line-height:1.9;max-width:900px;}
.catalog-v1647-pagination{margin-top:28px;}
.catalog-v1647-pagination .nav-links{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;}
.catalog-v1647-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;border-radius:999px;border:1px solid rgba(0,78,41,.18);text-decoration:none;color:var(--als-green-dark,#004e29);background:#fff;}
.catalog-v1647-pagination .page-numbers.current,
.catalog-v1647-pagination .page-numbers:hover{background:var(--als-green-dark,#004e29);color:#fff;border-color:var(--als-green-dark,#004e29);}
.catalog-v1647-empty-state{padding:34px;border-radius:28px;border:1px dashed rgba(0,78,41,.22);background:#f8fbf9;}
.catalog-v1647-empty-state p{margin:12px 0 0;color:#4a594f;line-height:1.8;}

.catalog-v1647-single-hero__media{display:flex;justify-content:center;}
.catalog-v1647-single-cover-card{
  width:min(100%,420px);background:#fff;border:1px solid rgba(0,78,41,.1);border-radius:28px;
  box-shadow:0 18px 42px rgba(17,47,30,.08);overflow:hidden;aspect-ratio:4/5;
}
.catalog-v1647-single-hero__content{display:flex;flex-direction:column;gap:16px;}
.catalog-v1647-single-actions{padding-top:8px;}
.catalog-v1647-reader-frame{
  background:#1b1f22;padding:14px;border-radius:28px;box-shadow:0 18px 44px rgba(18,28,22,.12);
}
.catalog-v1647-reader-frame iframe{display:block;width:100%;height:min(78vh,980px);border:0;background:#fff;border-radius:18px;}
.catalog-v1647-reader-note{margin:14px 0 0;color:#5a655f;line-height:1.8;}
.catalog-v1647-story,
.catalog-v1647-related-section .container{background:#fff;border:1px solid rgba(0,78,41,.09);border-radius:28px;padding:28px;box-shadow:0 12px 36px rgba(17,47,30,.05);}
.catalog-v1647-story .catalog-content{color:#344138;line-height:1.95;}
.catalog-v1647-story .catalog-content > *:first-child{margin-top:0;}
.catalog-v1647-story .catalog-content > *:last-child{margin-bottom:0;}
.catalog-v1647-bottom-cta-section{padding-top:0;}

body.rtl .catalog-v1647-hero__content p,
body.rtl .catalog-v1647-single-lead,
body.rtl .catalog-v1647-cta p,
body.rtl .catalog-v1647-featured__body p,
body.rtl .catalog-v1647-card__body p,
body.rtl .catalog-v1647-reader-note,
body.rtl .catalog-v1647-empty-state p,
body.rtl .catalog-v1647-story .catalog-content{text-align:right;}
body:not(.rtl) .catalog-v1647-hero__content p,
body:not(.rtl) .catalog-v1647-single-lead,
body:not(.rtl) .catalog-v1647-cta p,
body:not(.rtl) .catalog-v1647-featured__body p,
body:not(.rtl) .catalog-v1647-card__body p,
body:not(.rtl) .catalog-v1647-reader-note,
body:not(.rtl) .catalog-v1647-empty-state p,
body:not(.rtl) .catalog-v1647-story .catalog-content{text-align:left;}

@media (max-width: 1200px){
  .catalog-v1647-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 991px){
  .catalog-v1647-hero__grid,
  .catalog-v1647-single-hero__grid,
  .catalog-v1647-featured,
  .catalog-v1647-cta{grid-template-columns:minmax(0,1fr);}
  .catalog-v1647-section-head{align-items:flex-start;flex-direction:column;}
  .catalog-v1647-hero__stats,
  .catalog-v1647-single-highlights{grid-template-columns:repeat(2,minmax(0,1fr));}
  .catalog-v1647-featured__media{max-height:640px;}
}
@media (max-width: 767px){
  .catalog-v1647-hero,
  .catalog-v1647-single-hero{padding:28px 0 30px;}
  .catalog-v1647-grid{grid-template-columns:minmax(0,1fr);gap:18px;}
  .catalog-v1647-hero__stats,
  .catalog-v1647-single-highlights{grid-template-columns:minmax(0,1fr);}
  .catalog-v1647-featured,
  .catalog-v1647-card,
  .catalog-v1647-cta,
  .catalog-v1647-story,
  .catalog-v1647-related-section .container{border-radius:22px;}
  .catalog-v1647-featured__body,
  .catalog-v1647-story,
  .catalog-v1647-related-section .container{padding:22px;}
  .catalog-v1647-reader-frame{padding:10px;border-radius:22px;}
  .catalog-v1647-reader-frame iframe{height:68vh;border-radius:14px;}
  .catalog-v1647-card__body h3,
  .catalog-v1647-featured__body h3{font-size:22px;}
  .catalog-v1647-cta{padding:24px 22px;}
  .catalog-v1647-chip{min-height:40px;padding:8px 14px;font-size:13px;}
}
