/*
Theme Name: The Daily Drop
Theme URI: https://thedailydrop.ru
Author: The Daily Drop
Description: Авторская тема музыкального СМИ The Daily Drop — фирменный синий дизайн.
Version: 11.0.64
Text Domain: the-daily-drop
*/
:root{
  --blue:#118ae8;
  --blue-dark:#0876cf;
  --ink:#111317;
  --muted:#727780;
  --paper:#ffffff;
  --soft:#f5f7fa;
  --line:#e4e8ed;
  --max:1480px;
  --radius:6px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.topbar{background:#090a0c;color:#fff}
.topbar-inner{height:40px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.social-links{display:flex;gap:18px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.top-search-link{font-size:13px;font-weight:700}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}
.header-main{display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:34px;min-height:132px}
.brand img{width:210px;height:auto}
.main-nav ul{display:flex;justify-content:center;align-items:center;gap:42px;list-style:none;padding:0;margin:0}
.main-nav a{font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}
.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--blue)}
.header-actions{display:flex;gap:14px;align-items:center}
.subscribe-pill{border:1px solid var(--line);border-radius:999px;padding:13px 18px;font-size:12px;font-weight:900;text-transform:uppercase}
.search-toggle{border:0;background:transparent;font-size:23px;cursor:pointer}
.search-panel{display:none;border-top:1px solid var(--line);padding:18px 0}
.search-panel.is-open{display:block}
.search-form{display:flex}
.search-form input{flex:1;padding:15px 18px;border:1px solid var(--line);border-radius:6px 0 0 6px}
.search-form button{border:0;background:var(--blue);color:#fff;padding:0 25px;border-radius:0 6px 6px 0;font-weight:800}
.hero-section{padding:30px 0 25px}
.hero{position:relative;min-height:590px;border-radius:var(--radius);overflow:hidden;background:#111;color:#fff;box-shadow:0 8px 30px rgba(0,0,0,.07)}
.hero-slide{display:none;position:absolute;inset:0}
.hero-slide.is-active{display:block}
.hero-media{position:absolute;inset:0;background:#16191f}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:var(--fx,50%) var(--fy,50%);transform:scale(var(--zoom,1.0));transform-origin:var(--fx,50%) var(--fy,50%)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.52) 42%,rgba(0,0,0,.08) 75%)}
.hero-content{position:absolute;left:52px;top:82px;bottom:52px;max-width:720px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}
.hero-meta{display:flex;align-items:center;min-height:31px;flex:0 0 auto}
.hero-content h1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;max-width:720px}
.hero-excerpt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.hero-content .read-more{margin-top:auto}
.badge{display:inline-flex;background:var(--blue);color:#fff;border-radius:4px;padding:8px 11px;font-size:12px;font-weight:900;text-transform:uppercase}
.hero-date{margin-left:15px;color:#d5d8dd;font-size:13px;text-transform:uppercase}
.hero h1{font-size:clamp(44px,5.4vw,82px);line-height:.96;letter-spacing:-.055em;text-transform:uppercase;margin:22px 0 14px}
.hero-excerpt{max-width:600px;font-size:18px;line-height:1.45;color:#edf0f4}
.read-more{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding:15px 22px;border-radius:999px;background:var(--blue);color:#fff;font-size:13px;font-weight:900;text-transform:uppercase}
.hero-controls{position:absolute;right:26px;bottom:24px;display:flex;gap:8px}
.hero-btn{width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.22);color:#fff;font-size:20px;cursor:pointer}
.hero-dots{position:absolute;right:124px;bottom:39px;display:flex;gap:8px}
.hero-dot{width:7px;height:7px;border-radius:50%;background:#fff;opacity:.75}.hero-dot.is-active{background:var(--blue);opacity:1}
.page-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px}
.content-section{padding:0 0 30px;border-bottom:1px solid var(--line);margin-bottom:28px}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.section-title{font-size:25px;margin:0;text-transform:uppercase;letter-spacing:-.035em}
.section-link{font-size:12px;font-weight:900;color:var(--blue);text-transform:uppercase}
.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.news-card{border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#fff;transition:.2s}
.news-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.media{position:relative;background:#e9edf1;overflow:hidden}
.media.ratio-news{aspect-ratio:4/3}
.media.ratio-wide{aspect-ratio:16/9}
.media.ratio-square{aspect-ratio:1/1}
.media img{width:100%;height:100%;object-fit:cover;object-position:var(--fx,50%) var(--fy,50%);transform:scale(var(--zoom,1));transform-origin:var(--fx,50%) var(--fy,50%)}
.card-body{padding:13px}
.card-meta{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:11px;text-transform:uppercase}
.card-meta strong{color:var(--blue)}
.news-card h3{font-size:17px;line-height:1.22;margin:9px 0 2px}
.arrow-link{display:block;margin-top:16px;font-size:20px}
.clip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.clip-card h3,.album-card h3,.interview-card h3{font-size:16px;line-height:1.2;margin:8px 0 4px}
.small-date{font-size:11px;color:var(--muted);text-transform:uppercase}
.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:18px;box-shadow:0 7px 20px rgba(0,0,0,.25)}
.album-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.interview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.sidebar{padding-top:0}
.sidebar-box{background:#fff;border:1px solid var(--line);border-radius:6px;padding:19px;margin-bottom:25px}
.sidebar-title{font-size:18px;margin:0 0 15px;text-transform:uppercase}
.popular-item{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:13px 0;border-top:1px solid var(--line)}
.popular-item:first-of-type{border-top:0}
.popular-num{color:var(--blue);font-size:25px;font-weight:900}
.popular-item h4{font-size:14px;line-height:1.25;margin:0 0 7px}
.ad-box{min-height:320px;background:linear-gradient(145deg,#13161b,#20242b);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:6px;overflow:hidden}
.ad-box img{width:100%;height:auto}
.ad-wide{margin:10px 0 36px;min-height:180px}
.archive-title,.single-title{font-size:clamp(46px,6.7vw,92px);line-height:.94;letter-spacing:-.055em;text-transform:uppercase;margin:42px 0}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.single-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px}
.single-cover{aspect-ratio:16/9;overflow:hidden;border-radius:6px;margin-bottom:28px;background:#eee}
.single-cover img{width:100%;height:100%;object-fit:cover;object-position:var(--fx,50%) var(--fy,50%);transform:scale(var(--zoom,1));transform-origin:var(--fx,50%) var(--fy,50%)}
.article-content{font-size:19px;line-height:1.72}
.article-content p{margin:0 0 1.35em}
.empty-note{padding:18px;color:var(--muted);background:var(--soft);border-radius:6px}
.site-footer{margin-top:20px;background:linear-gradient(135deg,#111318,#1e2229);color:#fff;padding:38px 0}
.footer-grid{display:grid;grid-template-columns:220px repeat(3,1fr);gap:35px}
.footer-logo img{width:155px;filter:brightness(0) invert(1)}
.footer-title{font-size:12px;font-weight:900;text-transform:uppercase;margin-bottom:10px}
.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin:7px 0;color:#d1d4d8;font-size:13px}
.copyright{font-size:11px;color:#969ba2;margin-top:20px}
.pagination{margin:30px 0 55px;display:flex;gap:8px}.pagination a,.pagination span{border:1px solid var(--line);padding:10px 13px;border-radius:4px}
@media(max-width:1150px){
  .header-main{grid-template-columns:190px 1fr auto}.brand img{width:175px}.main-nav ul{gap:22px}
  .page-grid,.single-layout{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:1fr 1fr;gap:22px}
  .news-grid,.clip-grid,.interview-grid{grid-template-columns:repeat(2,1fr)}.album-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .topbar{display:none}.site-header{position:relative}.header-main{grid-template-columns:145px auto;min-height:100px}.brand img{width:140px}
  .main-nav{grid-column:1/-1;overflow:auto}.main-nav ul{justify-content:flex-start;gap:19px;padding-bottom:15px;white-space:nowrap}
  .header-actions{justify-self:end}.subscribe-pill{display:none}
  .hero{min-height:520px}.hero-content{left:24px;right:24px;top:56px;bottom:68px}.hero h1{font-size:44px}.hero-excerpt{font-size:15px}
  .hero-dots{display:none}.news-grid,.clip-grid,.album-grid,.interview-grid,.archive-grid{grid-template-columns:1fr}
  .sidebar{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-logo{grid-column:1/-1}
}

/* v5 polish */
.hero-media img,.media img,.single-cover img{display:block}
.header-main{min-height:118px}
.brand img{max-height:92px;object-fit:contain;object-position:left center}
.main-nav ul{gap:34px}
@media(min-width:1160px){.main-nav a{font-size:13px}}

.hero-media svg,.media svg,.single-cover svg{width:100%;height:100%;display:block;object-fit:cover}

.hero-media svg,.media svg,.single-cover svg{
  width:100%;
  height:100%;
  display:block;
}


/* Category pages — v8 */
.category-hero{
  padding:42px 0 36px;
  background:linear-gradient(180deg,#f7f9fc 0%,#fff 100%);
}
.category-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:28px;
}
.category-kicker{
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:8px;
}
.category-heading h1{
  margin:0;
  font-size:clamp(52px,7vw,104px);
  line-height:.88;
  letter-spacing:-.065em;
  text-transform:uppercase;
}
.category-heading p{
  margin:16px 0 0;
  max-width:700px;
  color:var(--muted);
  font-size:17px;
  line-height:1.5;
}
.category-featured{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);
  min-height:470px;
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 15px 40px rgba(11,24,40,.06);
}
.category-featured-media{
  display:block;
  min-height:470px;
  overflow:hidden;
  background:#0b1320;
}
.category-featured-media img,
.category-featured-media svg{
  width:100%;
  height:100%;
  min-height:470px;
  object-fit:cover;
  object-position:var(--fx,50%) var(--fy,50%);
  transform:scale(var(--zoom,1));
}
.category-featured-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:42px;
}
.category-meta{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.category-meta span{
  color:var(--blue);
  font-weight:900;
}
.category-featured-content h2{
  margin:18px 0 14px;
  font-size:clamp(34px,4vw,58px);
  line-height:.97;
  letter-spacing:-.045em;
}
.category-featured-excerpt{
  color:#59606a;
  line-height:1.55;
  font-size:16px;
}
.category-read-more{
  display:inline-flex;
  align-self:flex-start;
  margin-top:24px;
  padding:14px 19px;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.category-listing{
  padding:36px 0 30px;
}
.category-section-head{
  border-bottom:1px solid var(--line);
  padding-bottom:15px;
}
.category-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.category-card{
  border:1px solid var(--line);
  border-radius:7px;
  overflow:hidden;
  background:#fff;
  transition:transform .2s ease,box-shadow .2s ease;
}
.category-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(14,30,48,.08);
}
.category-card-media{
  display:block;
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#edf1f5;
}
.grid-albums .category-card-media{
  aspect-ratio:1/1;
}
.category-card-media img,
.category-card-media svg{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--fx,50%) var(--fy,50%);
  transform:scale(var(--zoom,1));
}
.category-card-content{
  padding:17px;
}
.category-card h3{
  margin:11px 0 7px;
  font-size:21px;
  line-height:1.12;
  letter-spacing:-.025em;
}
.category-card-excerpt{
  color:#68707a;
  font-size:14px;
  line-height:1.5;
}
.category-arrow{
  display:inline-block;
  margin-top:15px;
  font-size:22px;
}
.category-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}
@media(max-width:1050px){
  .category-featured{
    grid-template-columns:1fr;
  }
  .category-featured-media{
    min-height:390px;
  }
  .category-featured-media img,
  .category-featured-media svg{
    min-height:390px;
  }
  .category-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .category-hero{
    padding-top:28px;
  }
  .category-heading h1{
    font-size:54px;
  }
  .category-featured-content{
    padding:25px;
  }
  .category-featured-content h2{
    font-size:36px;
  }
  .category-card-grid{
    grid-template-columns:1fr;
  }
}

.social-icons{display:flex;align-items:center;gap:14px}.social-icons a{display:grid;place-items:center;width:22px;height:22px;color:#fff}.social-icons svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.social-icons a:nth-child(2) svg,.social-icons a:nth-child(3) svg{fill:currentColor;stroke:none}.section-title{font-size:22px;line-height:1.15}.news-card h3,.clip-card h3,.album-card h3,.interview-card h3{font-size:15px;line-height:1.25;margin-top:8px;overflow-wrap:anywhere}.news-card .card-body{min-height:138px}.news-card h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.album-card .play-button{display:none!important}.footer-logo img{width:165px;height:auto;filter:brightness(0) invert(1)}.footer-list a{color:#d1d4d8;transition:.2s}.footer-list a:hover{color:#fff}.footer-list li{margin:8px 0}.single-page{padding:42px 0 20px}.single-top-meta{display:flex;align-items:center;gap:14px}.single-date{color:var(--muted);font-size:12px;text-transform:uppercase}.single-video{margin:0 0 28px;aspect-ratio:16/9}.single-video iframe{width:100%;height:100%;border:0}.album-artist{font-size:24px;font-weight:800;margin:-5px 0 24px;color:var(--blue)}.event-info{display:flex;gap:22px;flex-wrap:wrap;background:var(--soft);padding:16px 18px;border-radius:6px;margin-bottom:24px}.tracklist-box{margin-top:34px;padding:24px;border:1px solid var(--line);border-radius:7px;background:var(--soft)}.tracklist-box h2{margin-top:0;text-transform:uppercase}.related-section{margin-top:48px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.related-card h3{font-size:16px;line-height:1.25;margin:9px 0 0}@media(max-width:760px){.section-title{font-size:19px}.related-grid{grid-template-columns:1fr}}


/* v11 — компактный масштаб сайта, эквивалент 90% в браузере.
   Дизайн, цвета, блоки и пропорции не изменяются. */
@media screen and (min-width: 1000px) {
  html {
    zoom: 0.9;
  }
}

/* На планшетах и телефонах масштаб остаётся штатным. */
@media screen and (max-width: 999px) {
  html {
    zoom: 1;
  }
}


/* v11.0.1 — точечные правки шапки и рекламных мест */
.topbar-inner{justify-content:flex-end}
.header-social-icons a{color:var(--ink)}
.header-social-icons a:hover{color:var(--blue)}
@media(max-width:760px){.header-social-icons{gap:10px}.header-social-icons a{width:20px;height:20px}.header-social-icons svg{width:17px;height:17px}}


/* v11.0.11 — compact, safe page titles */
.single-title{
  width:min(100%,1080px);
  max-width:100%;
  margin:30px 0 34px;
  font-size:clamp(36px,4.35vw,64px);
  line-height:.98;
  letter-spacing:-.045em;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
}
.archive-title{
  max-width:100%;
  margin:34px 0;
  font-size:clamp(38px,4.8vw,70px);
  line-height:.98;
  letter-spacing:-.045em;
  overflow-wrap:anywhere;
  hyphens:auto;
}
.category-heading h1{
  max-width:100%;
  font-size:clamp(42px,5.5vw,76px);
  line-height:.94;
  letter-spacing:-.05em;
  overflow-wrap:anywhere;
  hyphens:auto;
}
@media(max-width:900px){
  .single-title{
    margin:24px 0 28px;
    font-size:clamp(34px,7vw,52px);
    line-height:1;
  }
  .archive-title{
    font-size:clamp(36px,7.5vw,56px);
  }
  .category-heading h1{
    font-size:clamp(38px,8vw,58px);
  }
}
@media(max-width:560px){
  .single-title{
    margin:20px 0 24px;
    font-size:clamp(29px,9vw,40px);
    line-height:1.02;
    letter-spacing:-.035em;
  }
  .archive-title{
    margin:26px 0;
    font-size:clamp(31px,9vw,44px);
    line-height:1;
  }
  .category-heading h1{
    font-size:clamp(34px,10vw,48px);
    line-height:.98;
  }
}


/* Larger YouTube embeds on single posts */
.single .wp-block-embed,
.single .wp-block-embed__wrapper,
.single .wp-block-embed iframe,
.single iframe[src*="youtube.com"],
.single iframe[src*="youtu.be"]{
    width:100% !important;
    max-width:780px !important;
}
.single iframe[src*="youtube.com"],
.single iframe[src*="youtu.be"]{
    aspect-ratio:16/9;
    height:auto !important;
    display:block;
    margin:24px auto;
}


/* Album page — v11.0.14 */
.album-hero{
  display:grid;
  grid-template-columns:minmax(280px,430px) minmax(0,1fr);
  gap:44px;
  align-items:center;
  margin:22px 0 38px;
}
.album-cover{
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:8px;
  background:#eef2f5;
  box-shadow:0 18px 42px rgba(13,29,45,.10);
}
.album-cover img,
.album-cover svg{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:var(--fx,50%) var(--fy,50%);
  transform:scale(var(--zoom,1));
}
.album-summary{
  min-width:0;
}
.album-single-artist{
  color:var(--blue);
  font-size:15px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
  margin-bottom:12px;
}
.album-single-title{
  margin:0;
  font-size:clamp(42px,5vw,74px);
  line-height:.94;
  letter-spacing:-.055em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}
.album-release-date{
  margin-top:18px;
  color:var(--muted);
  font-size:13px;
  text-transform:uppercase;
}
.album-streaming{
  margin-top:30px;
}
.album-streaming-label{
  margin-bottom:12px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.album-streaming-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.album-streaming-buttons a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  font-size:12px;
  font-weight:900;
  transition:.2s;
}
.album-streaming-buttons a:hover{
  color:#fff;
  background:var(--blue);
  border-color:var(--blue);
}
.album-description{
  max-width:850px;
}
.album-tracklist{
  margin-top:36px;
  max-width:850px;
  padding:26px 28px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--soft);
}
.album-tracklist h2{
  margin:0 0 18px;
  font-size:22px;
  text-transform:uppercase;
}
.album-tracklist ol{
  margin:0;
  padding-left:24px;
  columns:2;
  column-gap:46px;
}
.album-tracklist li{
  margin:0 0 10px;
  padding-left:5px;
  break-inside:avoid;
  line-height:1.45;
}
@media(max-width:900px){
  .album-hero{
    grid-template-columns:1fr;
    gap:28px;
  }
  .album-cover{
    width:min(100%,520px);
  }
}
@media(max-width:620px){
  .album-single-title{
    font-size:42px;
  }
  .album-tracklist ol{
    columns:1;
  }
  .album-streaming-buttons a{
    width:100%;
    justify-content:center;
  }
}


/* Album artist in cards — v11.0.16 */
.album-card-artist{
  margin-top:9px;
  margin-bottom:3px;
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.album-card-artist + h2,
.album-card-artist + h3,
.album-card-artist + .album-name{
  margin-top:0;
}


/* Artist display fix — v11.0.17 */
.album-card-copy{
  padding-top:10px;
}
.album-card-artist{
  display:block !important;
  margin:0 0 4px !important;
  color:#111 !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
.album-card-title{
  margin:0 !important;
}
.album-card-artist-featured{
  margin-top:10px !important;
  margin-bottom:8px !important;
}
.album-single-artist{
  display:flex !important;
  flex-direction:column;
  gap:4px;
  margin-bottom:12px !important;
  color:#111 !important;
  font-size:18px !important;
  font-weight:900 !important;
  line-height:1.15 !important;
  letter-spacing:.045em !important;
  text-transform:uppercase !important;
}
.album-single-artist span{
  color:var(--blue);
  font-size:10px;
  letter-spacing:.08em;
}


/* Album label output — v11.0.20 */
.album-single-label-wrap{
  margin:14px 0 18px;
}
.album-single-label-caption{
  margin-bottom:4px;
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.album-single-label{
  color:var(--text);
  font-size:16px;
  font-weight:900;
  line-height:1.25;
  text-transform:uppercase;
}

.album-meta-line{margin:0 0 10px}
.album-meta-label{display:block;color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase;margin-bottom:3px}
.album-meta-value{display:block;font-size:18px;font-weight:700}

.album-card-meta{
  margin:8px 0 0;
  line-height:1.25;
}
.album-card-meta span{
  display:block;
  color:var(--blue);
  font-size:10px;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.album-card-meta strong{
  display:block;
  margin-top:2px;
  color:#111;
  font-size:13px;
  font-weight:800;
}
.album-card-meta + h3,
.album-card-meta + h2{
  margin-top:8px;
}

.album-streaming-label-blue{color:var(--blue)}
.album-streaming-buttons a{gap:8px}
.streaming-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:11px;font-weight:900;line-height:1}
.streaming-icon-yandex{background:#ffd633;color:#111}
.streaming-icon-vk{background:#2787f5;color:#fff;font-size:9px}
.streaming-icon-zvuk{background:#16a7e0;color:#fff}
.streaming-icon-apple{background:#ff375f;color:#fff;font-size:15px}
.streaming-icon-spotify{background:#1ed760;color:#111;font-size:16px}
.streaming-icon-youtube{background:#ff0033;color:#fff;font-size:9px}


/* Album detail layout — v11.0.26 */
.album-detail-group{
  margin:0 0 18px;
}
.album-detail-label{
  margin-bottom:5px;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.album-detail-value{
  color:#111;
  font-size:24px;
  font-weight:800;
  line-height:1.15;
}
.album-title-group{
  margin-top:24px;
  margin-bottom:0;
}
.album-title-group .album-single-title{
  margin-top:0;
}
.album-release-date{
  margin-top:14px;
  margin-bottom:26px;
}
.album-label-group{
  margin-bottom:0;
}
.album-streaming-separated{
  margin-top:26px;
  padding-top:20px;
  padding-bottom:24px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.album-streaming-label-blue{
  color:var(--blue);
}
@media(max-width:620px){
  .album-detail-value{
    font-size:20px;
  }
}


/* Album label spacing and dividers — v11.0.27 */
.single-albums .album-title-group{
  margin-bottom:18px;
}
.single-albums .album-label-separated{
  margin-top:22px;
  margin-bottom:0;
  padding-bottom:22px;
  border-bottom:1px solid var(--line);
}
.single-albums .album-label-separated .album-detail-value{
  font-weight:400;
}
.single-albums .album-streaming-separated{
  margin-top:0;
  padding-top:20px;
  padding-bottom:24px;
  border-bottom:1px solid var(--line);
}
.single-albums .album-streaming-label-blue{
  color:var(--blue);
  font-weight:900;
  letter-spacing:.055em;
}
.single-albums .album-streaming-buttons a{
  border-color:rgba(20,160,220,.42);
}


/* Album title and label sizing — v11.0.28 */
.single-albums .album-title-group .album-single-title{
  font-size:clamp(38px,4.25vw,60px);
  line-height:.96;
}

.single-albums .album-label-separated .album-detail-value{
  font-size:18px;
  font-weight:400;
  line-height:1.3;
}

@media(max-width:620px){
  .single-albums .album-title-group .album-single-title{
    font-size:36px;
  }

  .single-albums .album-label-separated .album-detail-value{
    font-size:16px;
  }
}


/* Sidebar Afisha — v11.0.29 */
.sidebar-afisha-widget{
  margin:0 0 22px;
  padding:16px;
  border:1px solid var(--line);
  background:#fff;
}
.sidebar-widget-title{
  margin-bottom:12px;
  color:#111;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.sidebar-afisha-card{
  display:block;
  color:inherit;
}
.sidebar-afisha-image{
  aspect-ratio:1/1;
  overflow:hidden;
  background:var(--soft);
}
.sidebar-afisha-image img,
.sidebar-afisha-image svg{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:var(--fx,50%) var(--fy,50%);
  transform:scale(var(--zoom,1));
}
.sidebar-afisha-content{
  padding:12px 0 4px;
}
.sidebar-afisha-content h3{
  margin:0;
  color:#111;
  font-size:17px;
  line-height:1.25;
}
.sidebar-afisha-date{
  margin-top:6px;
  color:var(--muted);
  font-size:12px;
}
.sidebar-afisha-all{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  margin-top:12px;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.sidebar-afisha-all:hover{
  filter:brightness(.94);
}

.sidebar-afisha-city{
  margin-top:6px;
  color:#111;
  font-size:12px;
  font-weight:800;
}
.event-meta{
  margin:18px 0;
  padding:16px 18px;
  border:1px solid var(--line);
}
.event-meta > div + div{margin-top:8px}
.event-ticket-button{
  display:inline-flex;
  width:auto;
  padding:0 22px;
}


/* Afisha empty state — v11.0.31 */
.sidebar-afisha-empty{
  text-align:center;
}
.sidebar-afisha-empty-poster{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1/1;
  background:var(--soft);
  color:var(--blue);
  font-size:22px;
  font-weight:900;
  letter-spacing:.08em;
}
.sidebar-afisha-empty p{
  margin:10px 0 0;
  color:var(--muted);
  font-size:12px;
}

.sidebar-afisha-venue{
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
}


/* Header search — v11.0.35 */
.header-search{
  position:relative;
  display:flex;
  align-items:center;
  margin-left:14px;
}
.header-search-toggle{
  width:34px;
  height:34px;
  border:0;
  background:transparent;
  color:inherit;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.header-search-form{
  position:absolute;
  right:36px;
  top:50%;
  display:flex;
  width:0;
  overflow:hidden;
  opacity:0;
  pointer-events:none;
  transform:translateY(-50%);
  transition:width .22s ease,opacity .18s ease;
  z-index:30;
}
.header-search.is-open .header-search-form{
  width:250px;
  opacity:1;
  pointer-events:auto;
}
.header-search-form input{
  width:100%;
  height:38px;
  border:1px solid rgba(255,255,255,.25);
  border-right:0;
  padding:0 12px;
  background:#111;
  color:#fff;
  outline:0;
}
.header-search-form button{
  width:42px;
  border:1px solid rgba(255,255,255,.25);
  background:var(--blue);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.search-page{
  padding:48px 0 72px;
}
.search-page-head h1{
  margin:6px 0 8px;
  font-size:48px;
  text-transform:uppercase;
}
.search-page-head p{
  color:var(--muted);
}
.search-page-form{
  display:flex;
  max-width:720px;
  margin:26px 0 34px;
}
.search-page-form input{
  flex:1;
  min-width:0;
  height:48px;
  border:1px solid var(--line);
  padding:0 14px;
}
.search-page-form button{
  min-width:110px;
  border:0;
  background:var(--blue);
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
}
.search-results-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.search-result-card{
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  gap:18px;
  padding-bottom:22px;
  border-bottom:1px solid var(--line);
}
.search-result-media{
  aspect-ratio:4/3;
  overflow:hidden;
  background:var(--soft);
}
.search-result-media img,
.search-result-media svg{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:var(--fx,50%) var(--fy,50%);
  transform:scale(var(--zoom,1));
}
.search-result-type{
  color:var(--blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.search-result-content h2{
  margin:7px 0 8px;
  font-size:22px;
  line-height:1.1;
}
.search-result-excerpt{
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}
.search-empty{
  padding:28px;
  border:1px solid var(--line);
  background:var(--soft);
}
@media(max-width:900px){
  .header-search{
    width:100%;
    margin:12px 0 0;
  }
  .header-search-toggle{
    display:none;
  }
  .header-search-form,
  .header-search.is-open .header-search-form{
    position:static;
    width:100%;
    opacity:1;
    pointer-events:auto;
    transform:none;
  }
  .search-results-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .search-result-card{
    grid-template-columns:1fr;
  }
  .search-page-head h1{
    font-size:38px;
  }
}


/* One-line header with permanent search — v11.0.36 */
.header-main-inline{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:82px;
  flex-wrap:nowrap;
}
.header-main-inline .brand{
  flex:0 0 auto;
}
.header-main-inline .main-nav{
  flex:0 1 auto;
  min-width:0;
}
.header-main-inline .main-nav ul{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.header-inline-search{
  display:flex;
  align-items:center;
  width:260px;
  flex:0 0 260px;
  height:38px;
  margin-left:auto;
}
.header-inline-search input{
  width:100%;
  min-width:0;
  height:38px;
  border:1px solid #d9dde3;
  border-right:0;
  border-radius:8px 0 0 8px;
  padding:0 12px;
  background:#f5f6f8;
  color:#111;
  outline:0;
  font-size:13px;
}
.header-inline-search input::placeholder{
  color:#7d838c;
}
.header-inline-search button{
  width:42px;
  height:38px;
  border:1px solid var(--blue);
  border-radius:0 8px 8px 0;
  background:var(--blue);
  color:#fff;
  font-size:20px;
  cursor:pointer;
}
.header-main-inline .header-actions{
  flex:0 0 auto;
}
.header-main-inline .header-social-icons{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
}
.header-main-inline .header-social-icons a{
  flex:0 0 auto;
}

@media(max-width:1200px){
  .header-main-inline{
    gap:12px;
  }
  .header-main-inline .main-nav ul{
    gap:12px;
  }
  .header-inline-search{
    width:210px;
    flex-basis:210px;
  }
}
@media(max-width:980px){
  .header-main-inline{
    flex-wrap:wrap;
    padding-top:12px;
    padding-bottom:12px;
  }
  .header-main-inline .brand{
    order:1;
  }
  .header-main-inline .header-actions{
    order:2;
    margin-left:auto;
  }
  .header-main-inline .main-nav{
    order:3;
    width:100%;
  }
  .header-main-inline .main-nav ul{
    overflow-x:auto;
    padding-bottom:4px;
  }
  .header-inline-search{
    order:4;
    width:100%;
    flex:1 0 100%;
    margin-left:0;
  }
}


.footer-social-links a:hover{
  color:var(--blue);
}


/* v11.0.39 Album covers keep full square artwork */
.home .albums-grid .post-thumbnail,
.home .album-card .post-thumbnail,
.section-albums .post-thumbnail,
.albums-section .post-thumbnail{
    aspect-ratio:1/1;
    overflow:hidden;
}

.home .albums-grid .post-thumbnail img,
.home .album-card .post-thumbnail img,
.section-albums .post-thumbnail img,
.albums-section .post-thumbnail img{
    width:100%;
    height:100%;
    object-fit:contain !important;
    object-position:center;
    background:#fff;
}


/* v11.0.41 — section title, line and normal-case link */
.section-head-lined{
  display:flex;
  align-items:center;
  gap:14px;
}
.section-head-lined .section-title{
  margin:0;
  flex:0 0 auto;
}
.section-head-lined .section-head-line{
  height:1px;
  flex:1 1 auto;
  background:var(--line);
}
.section-head-lined .section-more{
  flex:0 0 auto;
  color:var(--blue);
  font-size:14px;
  font-weight:700;
  text-transform:none !important;
  white-space:nowrap;
}

/* v11.0.41 — only album cards use full square covers */
.album-cover-media{
  aspect-ratio:1/1 !important;
  overflow:hidden;
  background:#fff;
}
.album-cover-media img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  background:#fff;
}


/* v11.0.42 — compact first block on category pages only */
.category-hero .category-featured{
  grid-template-columns:minmax(0, 1.22fr) minmax(300px, 420px) !important;
  min-height:0 !important;
  margin-top:24px !important;
}

.category-hero .category-featured-media{
  min-height:0 !important;
  height:420px !important;
  aspect-ratio:auto !important;
}

.category-hero .category-featured-media img,
.category-hero .category-featured-media svg{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

.category-hero .category-featured-content{
  min-height:420px !important;
  padding:30px 32px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

.category-hero .category-featured-content h2{
  margin:10px 0 12px !important;
  font-size:clamp(34px, 3.4vw, 54px) !important;
  line-height:.98 !important;
}

.category-hero .category-featured-excerpt{
  margin-top:4px !important;
  font-size:14px !important;
  line-height:1.55 !important;
}

.category-hero .category-read-more{
  margin-top:18px !important;
}

@media(max-width:900px){
  .category-hero .category-featured{
    grid-template-columns:1fr !important;
  }

  .category-hero .category-featured-media{
    height:auto !important;
    aspect-ratio:16/10 !important;
  }

  .category-hero .category-featured-content{
    min-height:0 !important;
    padding:24px !important;
  }
}


/* v11.0.45 — unified section polish */

/* Общая сетка разделов */
.category-card-grid{
  gap:22px !important;
}
.category-card{
  height:100%;
  border-color:#e3e6ea !important;
  box-shadow:0 8px 22px rgba(16,24,40,.045);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.category-card:hover{
  transform:translateY(-3px);
  border-color:#d4d9df !important;
  box-shadow:0 14px 32px rgba(16,24,40,.08);
}

/* Единое поведение изображений */
.category-card-media{
  display:block;
  overflow:hidden;
  background:#f3f5f7;
}
.category-card-media img,
.category-card-media svg{
  transition:transform .28s ease;
}
.category-card:hover .category-card-media img,
.category-card:hover .category-card-media svg{
  transform:scale(calc(var(--zoom,1) * 1.025));
}

/* Единые отступы и типографика карточек */
.category-card-content{
  display:flex;
  flex-direction:column;
  min-height:164px;
  padding:18px 18px 17px !important;
}
.category-card-content h3{
  margin:9px 0 0 !important;
  font-size:20px !important;
  line-height:1.18 !important;
  letter-spacing:-.02em;
}
.category-card-content h3 a{
  transition:color .18s ease;
}
.category-card-content h3 a:hover{
  color:var(--blue);
}
.category-card-excerpt{
  margin-top:10px;
  color:#646b75;
  font-size:13px;
  line-height:1.52;
}
.category-meta{
  min-height:16px;
  font-size:10px !important;
}
.category-arrow{
  margin-top:auto !important;
  padding-top:16px;
  color:var(--blue);
  font-weight:900;
}

/* Заголовок и разделитель */
.category-section-head{
  margin-bottom:22px;
}
.category-section-head .section-title{
  letter-spacing:-.035em;
}

/* КЛИПЫ: аккуратная кнопка play */
.category-clips .category-play{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(0,0,0,.72);
  color:#fff;
  font-size:19px;
  backdrop-filter:blur(4px);
  transition:transform .2s ease, background .2s ease;
}
.category-clips .category-card:hover .category-play{
  transform:scale(1.06);
  background:var(--blue);
}

/* АЛЬБОМЫ: квадратные обложки, аккуратная карточка */
.category-albums .category-card-media{
  aspect-ratio:1/1;
}
.category-albums .category-card-media img,
.category-albums .category-card-media svg{
  width:100%;
  height:100%;
  object-fit:contain !important;
  background:#fff;
}
.category-albums .category-card-content{
  min-height:132px;
}
.category-albums .album-card-artist{
  margin:0 0 5px;
  color:#20242a;
  font-size:13px;
  font-weight:700;
  line-height:1.25;
}
.category-albums .category-card-content h3{
  margin-top:0 !important;
}

/* ИНТЕРВЬЮ: компактный бейдж */
.category-interviews .category-meta span{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:999px;
  background:#eef5ff;
  color:var(--blue);
}

/* АФИША: дата заметнее, но без перегруза */
.category-afisha .category-meta time{
  color:#111;
  font-weight:800;
}

/* Пагинация */
.pagination{
  margin-top:34px;
}
.pagination .nav-links{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.pagination .page-numbers{
  min-width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border:1px solid #dfe3e8;
  border-radius:8px;
  background:#fff;
  color:#17191c;
  font-size:13px;
  font-weight:800;
  transition:border-color .18s ease, color .18s ease, background .18s ease;
}
.pagination .page-numbers:hover{
  border-color:var(--blue);
  color:var(--blue);
}
.pagination .page-numbers.current{
  border-color:var(--blue);
  background:var(--blue);
  color:#fff;
}

/* Мобильная адаптация */
@media(max-width:760px){
  .category-card-grid{
    gap:16px !important;
  }
  .category-card-content{
    min-height:0;
    padding:16px !important;
  }
  .category-card-content h3{
    font-size:18px !important;
  }
}





/* Images use CSS variables for manual crop, so preserve them while zooming */
.category-news .category-card-media img,
.category-clips .category-card-media img,
.category-albums .category-card-media img,
.category-interviews .category-card-media img,
.category-afisha .category-card-media img,
.category-news .category-card-media svg,
.category-clips .category-card-media svg,
.category-albums .category-card-media svg,
.category-interviews .category-card-media svg,
.category-afisha .category-card-media svg{
  transition:transform .28s ease !important;
  transform:scale(var(--zoom,1)) !important;
  transform-origin:var(--fx,50%) var(--fy,50%);
}

.category-news .category-card:hover .category-card-media img,
.category-clips .category-card:hover .category-card-media img,
.category-albums .category-card:hover .category-card-media img,
.category-interviews .category-card:hover .category-card-media img,
.category-afisha .category-card:hover .category-card-media img,
.category-news .category-card:hover .category-card-media svg,
.category-clips .category-card:hover .category-card-media svg,
.category-albums .category-card:hover .category-card-media svg,
.category-interviews .category-card:hover .category-card-media svg,
.category-afisha .category-card:hover .category-card-media svg{
  transform:scale(calc(var(--zoom,1) * 1.025)) !important;
}

/* Album art stays contained and square */
.category-albums .category-card-media img,
.category-albums .category-card-media svg{
  object-fit:contain !important;
}

/* Title color */
.category-news .category-card h3 a,
.category-clips .category-card h3 a,
.category-albums .category-card h3 a,
.category-interviews .category-card h3 a,
.category-afisha .category-card h3 a{
  transition:color .18s ease !important;
}

.category-news .category-card:hover h3 a,
.category-clips .category-card:hover h3 a,
.category-albums .category-card:hover h3 a,
.category-interviews .category-card:hover h3 a,
.category-afisha .category-card:hover h3 a{
  color:var(--blue) !important;
}

/* Disable lift only on touch devices where hover is simulated */
@media(hover:none){
  .category-news .category-card:hover,
  .category-clips .category-card:hover,
  .category-albums .category-card:hover,
  .category-interviews .category-card:hover,
  .category-afisha .category-card:hover{
    transform:none !important;
  }
}


/* v11.0.48 — hover using the actual card-grid classes */
.grid-news .category-card,
.grid-clips .category-card,
.grid-albums .category-card,
.grid-interviews .category-card,
.grid-afisha .category-card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
  will-change:transform;
}

.grid-news .category-card:hover,
.grid-clips .category-card:hover,
.grid-albums .category-card:hover,
.grid-interviews .category-card:hover,
.grid-afisha .category-card:hover{
  transform:translateY(-3px) !important;
  border-color:#d4d9df !important;
  box-shadow:0 16px 34px rgba(16,24,40,.11) !important;
}

.grid-news .category-card-media img,
.grid-clips .category-card-media img,
.grid-albums .category-card-media img,
.grid-interviews .category-card-media img,
.grid-afisha .category-card-media img,
.grid-news .category-card-media svg,
.grid-clips .category-card-media svg,
.grid-albums .category-card-media svg,
.grid-interviews .category-card-media svg,
.grid-afisha .category-card-media svg{
  transition:transform .28s ease !important;
  transform:scale(var(--zoom,1)) !important;
  transform-origin:var(--fx,50%) var(--fy,50%);
}

.grid-news .category-card:hover .category-card-media img,
.grid-clips .category-card:hover .category-card-media img,
.grid-albums .category-card:hover .category-card-media img,
.grid-interviews .category-card:hover .category-card-media img,
.grid-afisha .category-card:hover .category-card-media img,
.grid-news .category-card:hover .category-card-media svg,
.grid-clips .category-card:hover .category-card-media svg,
.grid-albums .category-card:hover .category-card-media svg,
.grid-interviews .category-card:hover .category-card-media svg,
.grid-afisha .category-card:hover .category-card-media svg{
  transform:scale(calc(var(--zoom,1) * 1.025)) !important;
}

.grid-albums .category-card-media img,
.grid-albums .category-card-media svg{
  object-fit:contain !important;
}

.grid-news .category-card h3 a,
.grid-clips .category-card h3 a,
.grid-albums .category-card h3 a,
.grid-interviews .category-card h3 a,
.grid-afisha .category-card h3 a{
  transition:color .18s ease !important;
}

.grid-news .category-card:hover h3 a,
.grid-clips .category-card:hover h3 a,
.grid-albums .category-card:hover h3 a,
.grid-interviews .category-card:hover h3 a,
.grid-afisha .category-card:hover h3 a{
  color:var(--blue) !important;
}

@media(hover:none){
  .grid-news .category-card:hover,
  .grid-clips .category-card:hover,
  .grid-albums .category-card:hover,
  .grid-interviews .category-card:hover,
  .grid-afisha .category-card:hover{
    transform:none !important;
  }
}


/* v11.0.49 — homepage hover for all sections */
.front-page .news-card,
.front-page .clip-card,
.front-page .album-card,
.front-page .interview-card,
.home .news-card,
.home .clip-card,
.home .album-card,
.home .interview-card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
  will-change:transform;
}

.front-page .news-card:hover,
.front-page .clip-card:hover,
.front-page .album-card:hover,
.front-page .interview-card:hover,
.home .news-card:hover,
.home .clip-card:hover,
.home .album-card:hover,
.home .interview-card:hover{
  transform:translateY(-3px) !important;
  border-color:#d4d9df !important;
  box-shadow:0 16px 34px rgba(16,24,40,.11) !important;
}

.front-page .news-card img,
.front-page .clip-card img,
.front-page .album-card img,
.front-page .interview-card img,
.home .news-card img,
.home .clip-card img,
.home .album-card img,
.home .interview-card img{
  transition:transform .28s ease !important;
}

.front-page .news-card:hover img,
.front-page .clip-card:hover img,
.front-page .album-card:hover img,
.front-page .interview-card:hover img,
.home .news-card:hover img,
.home .clip-card:hover img,
.home .album-card:hover img,
.home .interview-card:hover img{
  transform:scale(calc(var(--zoom,1) * 1.025)) !important;
}

.front-page .news-card h3 a,
.front-page .clip-card h3 a,
.front-page .album-card h3 a,
.front-page .interview-card h3 a,
.home .news-card h3 a,
.home .clip-card h3 a,
.home .album-card h3 a,
.home .interview-card h3 a,
.front-page .album-card-title a,
.home .album-card-title a{
  transition:color .18s ease !important;
}

.front-page .news-card:hover h3 a,
.front-page .clip-card:hover h3 a,
.front-page .album-card:hover h3 a,
.front-page .interview-card:hover h3 a,
.home .news-card:hover h3 a,
.home .clip-card:hover h3 a,
.home .album-card:hover h3 a,
.home .interview-card:hover h3 a,
.front-page .album-card:hover .album-card-title a,
.home .album-card:hover .album-card-title a{
  color:var(--blue) !important;
}

@media(hover:none){
  .front-page .news-card:hover,
  .front-page .clip-card:hover,
  .front-page .album-card:hover,
  .front-page .interview-card:hover,
  .home .news-card:hover,
  .home .clip-card:hover,
  .home .album-card:hover,
  .home .interview-card:hover{
    transform:none !important;
  }
}


/* v11.0.50 — homepage hero polish */
.home .hero,
.front-page .hero{
  border:1px solid #e2e6eb !important;
  border-radius:10px !important;
  overflow:hidden !important;
  background:#0d1117 !important;
  box-shadow:0 18px 46px rgba(16,24,40,.10) !important;
}

.home .hero-slide,
.front-page .hero-slide{
  overflow:hidden !important;
}

.home .hero-media,
.front-page .hero-media{
  overflow:hidden !important;
}

.home .hero-media img,
.front-page .hero-media img,
.home .hero-media svg,
.front-page .hero-media svg{
  transition:transform .34s ease !important;
}

.home .hero:hover .hero-media img,
.front-page .hero:hover .hero-media img,
.home .hero:hover .hero-media svg,
.front-page .hero:hover .hero-media svg{
  transform:scale(calc(var(--zoom,1) * 1.018)) !important;
}

.home .hero-content,
.front-page .hero-content{
  max-width:760px !important;
  padding:38px 42px !important;
}

.home .hero-content h1,
.front-page .hero-content h1{
  margin:12px 0 14px !important;
  font-size:clamp(38px,4.6vw,68px) !important;
  line-height:.96 !important;
  letter-spacing:-.045em !important;
}

.home .hero-excerpt,
.front-page .hero-excerpt{
  max-width:650px !important;
  line-height:1.55 !important;
  opacity:.9;
}

.home .hero-btn,
.front-page .hero-btn{
  transition:transform .18s ease, background .18s ease !important;
}

.home .hero-btn:hover,
.front-page .hero-btn:hover{
  transform:translateY(-1px);
  background:var(--blue) !important;
}

@media(max-width:900px){
  .home .hero-content,
  .front-page .hero-content{
    padding:26px !important;
  }
}


/* v11.0.51 — homepage section labels */
.home-card-section-label{
  margin:12px 0 7px;
  color:var(--blue);
  font-size:10px;
  font-weight:900;
  line-height:1;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.album-card-copy .home-card-section-label{
  margin-top:0;
}


/* v11.0.52 — afisha sidebar tone */
.sidebar-afisha-widget,
.sidebar-afisha-card,
.sidebar-afisha-content{
    background:#F6F7F9 !important;
}

.sidebar-afisha-widget{
    border:1px solid #e3e6ea !important;
}

.sidebar-afisha-card{
    border-color:#e3e6ea !important;
}


/* v11.0.55 article polish */
.single-post .entry-content{
  max-width:820px;
  margin:0 auto;
  line-height:1.9;
  font-size:18px;
}
.single-post .entry-content p{
  margin:0 0 1.5em;
}
.single-post .entry-title{
  max-width:900px;
  line-height:1.05;
  letter-spacing:-.03em;
}
.single-post .post-thumbnail img{
  border-radius:12px;
}


/* v11.0.56 — premium footer */
.site-footer-premium{
  margin-top:56px;
  border-top:1px solid #e5e8ec;
  background:#fff;
  color:#16181c;
}

.footer-premium-grid{
  display:grid;
  grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(140px,.7fr));
  gap:44px;
  padding-top:40px;
  padding-bottom:34px;
}

.footer-brand-logo{
  display:inline-block;
  max-width:190px;
}

.footer-brand-logo img{
  display:block;
  width:100%;
  height:auto;
}

.footer-description{
  max-width:330px;
  margin:18px 0 0;
  color:#68707b;
  font-size:14px;
  line-height:1.65;
}

.footer-title{
  margin-bottom:14px;
  color:#17191d;
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.footer-list{
  margin:0;
  padding:0;
  list-style:none;
}

.footer-list li + li{
  margin-top:9px;
}

.footer-list a{
  color:#5d6570;
  font-size:14px;
  line-height:1.4;
  transition:color .18s ease, transform .18s ease;
}

.footer-list a:hover{
  color:var(--blue);
}

.footer-bottom{
  display:flex;
  align-items:center;
  min-height:58px;
  border-top:1px solid #eceef1;
  color:#8a919b;
  font-size:12px;
}

@media(max-width:900px){
  .footer-premium-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px;
  }
}

@media(max-width:560px){
  .footer-premium-grid{
    grid-template-columns:1fr;
    gap:24px;
    padding-top:30px;
  }

  .footer-bottom{
    min-height:52px;
  }
}


/* v11.0.58 — footer background fixed */
.site-footer.site-footer-premium{
  background:#F3F5F7 !important;
}

.site-footer.site-footer-premium .footer-premium-grid,
.site-footer.site-footer-premium .footer-bottom{
  background:transparent !important;
}

.site-footer.site-footer-premium .footer-bottom{
  border-top-color:#E3E7EB !important;
  color:#7E8791 !important;
}


/* v11.0.59 — header navigation polish */
.header-main-inline .main-nav ul{
  gap:22px !important;
}
.header-main-inline .main-nav a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  color:inherit;
  transition:color .18s ease;
}
.header-main-inline .main-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:2px;
  border-radius:999px;
  background:var(--blue);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}
.header-main-inline .main-nav a:hover{
  color:var(--blue);
}
.header-main-inline .main-nav a:hover::after{
  transform:scaleX(1);
}
body.home .main-nav a[data-nav="home"],
body.blog .main-nav a[data-nav="home"],
body.tdd-category-news .main-nav a[data-nav="news"],
body.tdd-category-clips .main-nav a[data-nav="clips"],
body.tdd-category-albums .main-nav a[data-nav="albums"],
body.tdd-category-interviews .main-nav a[data-nav="interviews"],
body.tdd-category-afisha .main-nav a[data-nav="afisha"]{
  color:var(--blue) !important;
}
body.home .main-nav a[data-nav="home"]::after,
body.blog .main-nav a[data-nav="home"]::after,
body.tdd-category-news .main-nav a[data-nav="news"]::after,
body.tdd-category-clips .main-nav a[data-nav="clips"]::after,
body.tdd-category-albums .main-nav a[data-nav="albums"]::after,
body.tdd-category-interviews .main-nav a[data-nav="interviews"]::after,
body.tdd-category-afisha .main-nav a[data-nav="afisha"]::after{
  transform:scaleX(1);
}
@media(max-width:1200px){
  .header-main-inline .main-nav ul{
    gap:16px !important;
  }
}


/* v11.0.60 — reliable active navigation */
.header-main-inline .main-nav li.current-menu-item > a{
  color:var(--blue) !important;
}

.header-main-inline .main-nav li.current-menu-item > a::after{
  transform:scaleX(1) !important;
}


/* v11.0.62 — fixed hero read-more color hover */
.hero-section .hero-slide > a .read-more{
  color:#ffffff !important;
  transition:color .22s ease !important;
}

.hero-section .hero-slide > a:hover .read-more,
.hero-section .hero-slide > a:focus-visible .read-more{
  color:#4DA3FF !important;
}


/* v11.0.63 — hero button border refinement */
.hero-section .hero-slide > a .read-more{
    border:1px solid rgba(77,163,255,.65) !important;
    padding:14px 22px !important;
}

.hero-section .hero-slide > a:hover .read-more{
    border-color:#4DA3FF !important;
}


/* v11.0.64 - Hero button vertical alignment */
.hero-section .read-more,
.hero .read-more{
    padding: 11px 22px 13px !important; /* верх меньше, низ больше */
    line-height:1.15 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:46px !important;
    box-sizing:border-box;
}
