
/**
 * Yorocker 5.2 — Homepage Visual Parity 3.0
 * Independent homepage composition layer.
 */
.yr-home-parity-main{max-width:none!important;width:100%;padding:0}
.yr-home-parity{display:block}
.yr-home-parity__row{position:relative}
.yr-home-parity__row:first-child{padding-top:30px}
.yr-home-parity__row-shell{margin-inline:auto}
.yr-home-parity__row--container .yr-home-parity__row-shell{width:min(calc(100% - 40px),var(--yr-container,1200px))}
.yr-home-parity__row--wide .yr-home-parity__row-shell{width:min(calc(100% - 24px),var(--yr-wide-content,1380px))}
.yr-home-parity__row--full .yr-home-parity__row-shell{width:100%}
.yr-home-parity__row--right-sidebar .yr-home-parity__row-shell,
.yr-home-parity__row--left-sidebar .yr-home-parity__row-shell{
	display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,var(--yr-sidebar-width,320px));gap:30px
}
.yr-home-parity__row--left-sidebar .yr-home-parity__content{grid-column:2}
.yr-home-parity__row--left-sidebar .yr-home-parity__sidebar{grid-column:1;grid-row:1}
.yr-home-parity__row.is-dark{padding-block:28px;background:#13171d;color:#fff}
.yr-home-parity__row+.yr-home-parity__row{margin-top:30px}
.yr-home-parity__blocks,.yr-home-parity__content{display:grid;gap:30px}
.yr-home-parity__sidebar{align-self:start}
.yr-home-parity__sidebar.is-sticky>.yr-sidebar-composer{position:sticky;top:76px}
.yr-home-parity__block{min-width:0}
.yr-home-parity__block.is-dark{padding:24px;background:#171b21;color:#fff}
.yr-home-parity__block-head{
	position:relative;display:flex;align-items:center;gap:10px;margin:0 0 16px;border-bottom:2px solid var(--yr-text,#17191d)
}
.yr-home-parity__block.is-dark .yr-home-parity__block-head{border-bottom-color:#fff}
.yr-home-parity__block-head h2{
	position:relative;margin:0;padding:0 0 10px;font-size:1.15rem;line-height:1.2;font-weight:900;letter-spacing:-.02em
}
.yr-home-parity__block-head h2:after{
	content:"";position:absolute;left:0;bottom:-2px;width:100%;height:3px;background:var(--yr-block-accent,var(--yr-accent))
}
.yr-home-parity__head-line{flex:1}
.yr-home-parity__head-controls{display:flex;gap:5px;padding-bottom:7px}
.yr-home-parity__head-controls span{
	display:grid;place-items:center;width:27px;height:27px;border:1px solid var(--yr-border);font-size:.9rem
}
.yr-home-parity__cat{
	display:inline-flex;align-items:center;min-height:20px;padding:3px 6px;background:var(--yr-block-accent,var(--yr-accent));
	color:#fff!important;text-decoration:none;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase
}
.yr-home-parity__meta{display:flex;flex-wrap:wrap;gap:5px;color:var(--yr-muted);font-size:10px}
.is-dark .yr-home-parity__meta,.yr-home-parity-hero__copy .yr-home-parity__meta,.yr-home-feature-band__copy .yr-home-parity__meta,.yr-home-first-big__copy .yr-home-parity__meta{color:rgba(255,255,255,.76)}
.yr-home-parity__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#2d333b,#171b21)}

/* Top hero mosaic: strong 5-story magazine composition */
.yr-home-parity-hero{
	display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:250px 250px;gap:4px;background:#111
}
.yr-home-parity-hero__story{position:relative;overflow:hidden;min-width:0;background:#111}
.yr-home-parity-hero__story--1{grid-row:1/3}
.yr-home-parity-hero__story--2{grid-column:2/4}
.yr-home-parity-hero__media{position:absolute;inset:0}
.yr-home-parity-hero__media img,.yr-home-parity-hero__media .yr-home-parity__placeholder{width:100%;height:100%;object-fit:cover;display:block}
.yr-home-parity-hero__shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.05) 72%)}
.yr-home-parity-hero__copy{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;color:#fff}
.yr-home-parity-hero__copy h2{margin:6px 0 7px;font-size:1rem;line-height:1.16}
.yr-home-parity-hero__story--1 .yr-home-parity-hero__copy{left:26px;right:26px;bottom:24px}
.yr-home-parity-hero__story--1 .yr-home-parity-hero__copy h2{font-size:clamp(1.8rem,3vw,2.7rem)}
.yr-home-parity-hero__story--2 .yr-home-parity-hero__copy h2{font-size:1.4rem}
.yr-home-parity-hero__copy a{color:#fff;text-decoration:none}

/* Big thumbnail block */
.yr-home-big-thumb{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:20px}
.yr-home-big-thumb__lead{border:1px solid var(--yr-border);background:var(--yr-surface)}
.yr-home-big-thumb__media{display:block;aspect-ratio:16/9;overflow:hidden;background:#111}
.yr-home-big-thumb__media img{width:100%;height:100%;object-fit:cover}
.yr-home-big-thumb__body{padding:18px 20px}
.yr-home-big-thumb__body h3{margin:7px 0 7px;font-size:1.45rem;line-height:1.16}
.yr-home-big-thumb__body h3 a,.yr-home-big-thumb__rail h4 a{color:inherit;text-decoration:none}
.yr-home-big-thumb__body p{margin:10px 0 0;color:var(--yr-muted);line-height:1.55}
.yr-home-big-thumb__rail{display:grid;align-content:start}
.yr-home-big-thumb__rail article{
	display:grid;grid-template-columns:105px minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px solid var(--yr-border)
}
.yr-home-big-thumb__rail article:first-child{padding-top:0}
.yr-home-big-thumb__thumb{display:block;aspect-ratio:4/3;overflow:hidden}
.yr-home-big-thumb__thumb img{width:100%;height:100%;object-fit:cover}
.yr-home-big-thumb__rail h4{margin:0 0 7px;font-size:.88rem;line-height:1.25}

/* One-column dark block */
.yr-home-one-column{display:grid;gap:0}
.yr-home-one-column__lead{
	display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr);gap:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)
}
.yr-home-one-column__media{display:block;aspect-ratio:16/10;overflow:hidden}
.yr-home-one-column__media img{width:100%;height:100%;object-fit:cover}
.yr-home-one-column__lead h3{margin:7px 0;font-size:1.25rem;line-height:1.18}
.yr-home-one-column__lead p{margin:8px 0 0;color:rgba(255,255,255,.72)}
.yr-home-one-column a{color:inherit;text-decoration:none}
.yr-home-one-column__small{
	display:grid;grid-template-columns:92px minmax(0,1fr);gap:11px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.1)
}
.yr-home-one-column__small>a{aspect-ratio:4/3;overflow:hidden}.yr-home-one-column__small img{width:100%;height:100%;object-fit:cover}
.yr-home-one-column__small h4{margin:0 0 5px;font-size:.86rem;line-height:1.24}

/* Two column category box */
.yr-home-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.yr-home-two-column article{border:1px solid var(--yr-border);background:var(--yr-surface)}
.yr-home-two-column__media{display:block;aspect-ratio:16/10;overflow:hidden}
.yr-home-two-column__media img{width:100%;height:100%;object-fit:cover}
.yr-home-two-column article>div{padding:13px}
.yr-home-two-column h3{margin:6px 0;font-size:1rem;line-height:1.2}
.yr-home-two-column h3 a{color:inherit;text-decoration:none}

/* Full dark feature band */
.yr-home-feature-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
.yr-home-feature-band article{position:relative;min-height:335px;overflow:hidden;background:#111}
.yr-home-feature-band__media{position:absolute;inset:0}
.yr-home-feature-band__media img,.yr-home-feature-band__media .yr-home-parity__placeholder{width:100%;height:100%;object-fit:cover}
.yr-home-feature-band__shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.08) 70%)}
.yr-home-feature-band__copy{position:absolute;z-index:2;left:17px;right:17px;bottom:16px}
.yr-home-feature-band__copy h3{margin:7px 0;font-size:1.1rem;line-height:1.18}
.yr-home-feature-band__copy a{color:#fff;text-decoration:none}

/* Technology-like list */
.yr-home-list-feature{display:grid}
.yr-home-list-feature article{
	display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;padding:13px 0;border-bottom:1px solid var(--yr-border)
}
.yr-home-list-feature article.is-lead{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);padding-top:0}
.yr-home-list-feature__media{display:block;aspect-ratio:4/3;overflow:hidden}
.yr-home-list-feature article.is-lead .yr-home-list-feature__media{aspect-ratio:16/9}
.yr-home-list-feature__media img{width:100%;height:100%;object-fit:cover}
.yr-home-list-feature h3{margin:6px 0;font-size:1rem;line-height:1.22}
.yr-home-list-feature article.is-lead h3{font-size:1.35rem}
.yr-home-list-feature h3 a{color:inherit;text-decoration:none}
.yr-home-list-feature p{margin:8px 0 0;color:var(--yr-muted);line-height:1.5}

/* First-big video-like box */
.yr-home-first-big{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);gap:18px}
.yr-home-first-big__lead{position:relative;min-height:340px;overflow:hidden;background:#111}
.yr-home-first-big__media{position:absolute;inset:0}
.yr-home-first-big__media img{width:100%;height:100%;object-fit:cover}
.yr-home-first-big__shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.08) 70%)}
.yr-home-first-big__copy{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}
.yr-home-first-big__copy h3{margin:7px 0;font-size:1.5rem;line-height:1.16}
.yr-home-first-big__copy a{color:#fff;text-decoration:none}
.yr-home-first-big__list{display:grid;align-content:start}
.yr-home-first-big__list article{display:grid;grid-template-columns:95px minmax(0,1fr);gap:11px;padding:10px 0;border-bottom:1px solid var(--yr-border)}
.yr-home-first-big__list article:first-child{padding-top:0}
.yr-home-first-big__list article>a{aspect-ratio:4/3;overflow:hidden}
.yr-home-first-big__list img{width:100%;height:100%;object-fit:cover}
.yr-home-first-big__list h4{margin:0 0 6px;font-size:.88rem;line-height:1.22}
.yr-home-first-big__list h4 a{color:inherit;text-decoration:none}

/* Advertisement spacer */
.yr-home-ad-band{display:grid;place-items:center;min-height:110px;padding:20px;border:1px dashed var(--yr-border);background:var(--yr-surface-alt)}

/* Latest big grid */
.yr-home-big-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.yr-home-big-grid article{border:1px solid var(--yr-border);background:var(--yr-surface)}
.yr-home-big-grid__media{display:block;aspect-ratio:16/9;overflow:hidden}
.yr-home-big-grid__media img{width:100%;height:100%;object-fit:cover}
.yr-home-big-grid article>div{padding:14px 16px}
.yr-home-big-grid h3{margin:7px 0;font-size:1.08rem;line-height:1.2}
.yr-home-big-grid h3 a{color:inherit;text-decoration:none}

/* Sidebar parity */
.yr-home-parity__sidebar .yr-sidebar-composer{display:grid;gap:24px}
.yr-home-parity__sidebar .yr-sidebar-module{box-shadow:none;border-radius:0}
.yr-home-parity__sidebar .yr-sidebar-module--popular .yr-widget-post-list--ranked .yr-widget-post{grid-template-columns:30px 84px minmax(0,1fr)}
.yr-home-parity__sidebar .yr-widget__title{font-size:1rem}
.yr-home-parity__sidebar .yr-sidebar-module--newsletter{background:#f4f5f7}
html.yr-reader-dark .yr-home-parity__sidebar .yr-sidebar-module--newsletter{background:var(--yr-surface-alt)}

/* Responsive */
@media(max-width:1100px){
	.yr-home-parity__row--right-sidebar .yr-home-parity__row-shell,
	.yr-home-parity__row--left-sidebar .yr-home-parity__row-shell{grid-template-columns:minmax(0,1fr) 290px;gap:22px}
	.yr-home-parity-hero{grid-template-rows:220px 220px}
	.yr-home-feature-band article{min-height:290px}
}
@media(max-width:900px){
	.yr-home-parity__row--right-sidebar .yr-home-parity__row-shell,
	.yr-home-parity__row--left-sidebar .yr-home-parity__row-shell{grid-template-columns:1fr}
	.yr-home-parity__row--left-sidebar .yr-home-parity__content,.yr-home-parity__row--left-sidebar .yr-home-parity__sidebar{grid-column:auto;grid-row:auto}
	.yr-home-parity__sidebar.is-sticky>.yr-sidebar-composer{position:static}
	.yr-home-parity__sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
	.yr-home-parity__sidebar .yr-sidebar-composer{display:contents}
	.yr-home-feature-band{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
	.yr-home-parity__row--container .yr-home-parity__row-shell{width:min(calc(100% - 24px),var(--yr-container,1200px))}
	.yr-home-parity__row+.yr-home-parity__row{margin-top:18px}
	.yr-home-parity__blocks,.yr-home-parity__content{gap:18px}
	.yr-home-parity-hero{grid-template-columns:1fr 1fr;grid-template-rows:300px 180px 180px}
	.yr-home-parity-hero__story--1{grid-column:1/-1;grid-row:1}
	.yr-home-parity-hero__story--2{grid-column:1;grid-row:2}
	.yr-home-parity-hero__story--3{grid-column:2;grid-row:2}
	.yr-home-parity-hero__story--4{grid-column:1;grid-row:3}
	.yr-home-parity-hero__story--5{grid-column:2;grid-row:3}
	.yr-home-parity-hero__story--1 .yr-home-parity-hero__copy h2{font-size:1.8rem}
	.yr-home-big-thumb,.yr-home-one-column__lead,.yr-home-first-big{grid-template-columns:1fr}
	.yr-home-big-thumb__rail article{grid-template-columns:90px minmax(0,1fr)}
	.yr-home-list-feature article.is-lead{grid-template-columns:1fr}
	.yr-home-parity__sidebar{grid-template-columns:1fr}
}
@media(max-width:520px){
	.yr-home-parity-hero{grid-template-columns:1fr;grid-template-rows:290px repeat(4,185px)}
	.yr-home-parity-hero__story--1,.yr-home-parity-hero__story--2,.yr-home-parity-hero__story--3,.yr-home-parity-hero__story--4,.yr-home-parity-hero__story--5{grid-column:1;grid-row:auto}
	.yr-home-two-column,.yr-home-feature-band,.yr-home-big-grid{grid-template-columns:1fr}
	.yr-home-feature-band article{min-height:260px}
	.yr-home-list-feature article{grid-template-columns:100px minmax(0,1fr)}
}


/* 5.3 Visual Matching controls */
.yr-home-parity__row+.yr-home-parity__row{margin-top:var(--yr-home-row-space,30px)}
.yr-home-parity__row--right-sidebar .yr-home-parity__row-shell,
.yr-home-parity__row--left-sidebar .yr-home-parity__row-shell{gap:var(--yr-home-row-gap,30px)}
.yr-home-parity__row--surface-soft{padding-block:var(--yr-home-row-space,30px);background:var(--yr-surface-alt)}
.yr-home-parity__row--surface-dark{padding-block:var(--yr-home-row-space,30px);background:#13171d;color:#fff}
.yr-home-parity__row--surface-accent{padding-block:var(--yr-home-row-space,30px);background:var(--yr-accent);color:#fff}
.yr-home-parity__block-head--solid{border:0;background:var(--yr-block-accent);padding:0 12px}
.yr-home-parity__block-head--solid h2{padding:10px 0;color:#fff}
.yr-home-parity__block-head--solid h2:after{display:none}
.yr-home-parity__block-head--minimal{border:0}
.yr-home-parity__block-head--minimal h2:after{display:none}
.yr-home-parity__ratio--landscape img{aspect-ratio:3/2;object-fit:cover}
.yr-home-parity__ratio--wide img{aspect-ratio:16/9;object-fit:cover}
.yr-home-parity__ratio--classic img{aspect-ratio:4/3;object-fit:cover}
.yr-home-parity__ratio--square img{aspect-ratio:1/1;object-fit:cover}
