.baem-bammis {
	position: relative;
	width: calc(100% - 32px) !important;
	max-width: 1120px !important;
	margin: 72px auto 32px !important;
	padding: clamp(30px, 5vw, 64px);
	overflow: hidden;
	color: #f7f5ef;
	background: #080808;
	border-top: 7px solid #79ff38;
}

.baem-bammis::after {
	position: absolute;
	right: -22px;
	bottom: -45px;
	color: transparent;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: clamp(110px, 19vw, 250px);
	font-weight: 900;
	line-height: .7;
	content: "BÄM";
	-webkit-text-stroke: 1px rgba(121,255,56,.15);
	pointer-events: none;
}

.baem-bammis > * { position: relative; z-index: 1; }
.baem-bammis__label { margin: 0 0 16px; color: #79ff38; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.baem-bammis h2 { max-width: 820px; margin: 0 0 38px; color: #fff; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(38px, 6vw, 72px); font-weight: 800; line-height: .93; letter-spacing: -.045em; }
.baem-bammis__reactions { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; background: #343434; border: 1px solid #343434; }
.baem-bammis__reactions button { display: grid; gap: 28px; min-height: 132px; padding: 20px; color: #f7f5ef; text-align: left; background: #111; border: 0; cursor: pointer; transition: color .15s ease, background .15s ease; }
.baem-bammis__reactions button:hover, .baem-bammis__reactions button.is-selected { color: #000; background: #79ff38; }
.baem-bammis__reactions button:disabled { cursor: wait; opacity: .65; }
.baem-bammis__reactions strong { align-self: start; font-size: 13px; line-height: 1.1; }
.baem-bammis__reactions span { align-self: end; font-family: "Bricolage Grotesque", sans-serif; font-size: 30px; font-weight: 800; }
.baem-bammis__bottom { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-top: 22px; }
.baem-bammis__bottom p { margin: 0; color: #9b9b95; font-size: 11px; letter-spacing: .08em; }
.baem-bammis__bottom p strong { color: #f7f5ef; }
.baem-bammis__share { display: inline-flex; gap: 26px; align-items: center; padding: 14px 17px; color: #000; font: inherit; font-size: 12px; font-weight: 900; background: #79ff38; border: 0; cursor: pointer; }
.baem-bammis__share span { font-size: 19px; }
.baem-bammis__notice { min-height: 18px; margin: 14px 0 0; color: #79ff38; font-size: 10px; font-weight: 800; letter-spacing: .1em; }

.baem-ranking { width: min(calc(100% - 48px), 1440px); margin: 0 auto; padding: 76px 0; }
.baem-ranking__label { margin: 0 0 10px; color: #66645f; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.baem-ranking > h2 { margin: 0 0 34px; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(48px, 7vw, 92px); line-height: .88; letter-spacing: -.06em; }
.baem-ranking__items { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: #111; border: 1px solid #111; }
.baem-ranking article { position: relative; display: grid; min-height: 390px; overflow: hidden; background: #080808; }
.baem-ranking article img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.baem-ranking article::after { position: absolute; inset: 0; background: linear-gradient(transparent 20%,rgba(0,0,0,.92)); content: ""; }
.baem-ranking article > div { position: relative; z-index: 2; align-self: end; padding: 28px; color: #fff; }
.baem-ranking article p,.baem-ranking article small { color: #79ff38; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.baem-ranking article h3 { margin: 9px 0 18px; font-size: clamp(22px,2.2vw,34px); line-height: .98; }
.baem-ranking article a { color: #fff; text-decoration: none; }
.baem-ranking__position { position: absolute; top: 18px; left: 20px; z-index: 3; color: #79ff38; font-family: "Bricolage Grotesque",sans-serif; font-size: 44px; font-weight: 900; }
.baem-ranking__empty { margin: 0; padding: 30px; color: #fff; background: #080808; border-left: 7px solid #79ff38; }

@media (max-width: 760px) {
	.baem-bammis { width: calc(100% - 28px) !important; margin-top: 52px !important; padding: 30px 18px; }
	.baem-bammis__reactions { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.baem-bammis__reactions button { min-height: 112px; }
	.baem-bammis__bottom { align-items: stretch; flex-direction: column; }
	.baem-bammis__share { justify-content: space-between; width: 100%; }
	.baem-ranking { width: calc(100% - 28px); padding: 54px 0; }
	.baem-ranking__items { grid-template-columns: 1fr; }
	.baem-ranking article { min-height: 330px; }
}
