/* Site-specific exceptions layered after the shared kacky-ds skin. */

/* ============================================================
   Hetzner sponsor credit in the footer
   ============================================================ */
.kacky-sponsor {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 0.5rem;
	text-decoration: none;
	opacity: 0.75;
	transition: opacity 0.2s ease;
}

.kacky-sponsor:hover {
	opacity: 1;
}

.kacky-sponsor__label {
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--md-footer-fg-color--light);
	white-space: nowrap;
}

/* Specificity (0,0,2,0) so it beats Material's `.md-typeset img { height:auto; max-width:100% }` */
.kacky-sponsor .kacky-sponsor__logo {
	display: block;
	height: 34px;
	width: auto;
	max-width: none;
	border-radius: 3px;
}

/* --- Kacky logo -------------------------------------------------------- */

/*
 * Material sizes the header logo as a square (`.md-logo img { width: 1.2rem;
 * height: 1.2rem }`). The Kacky mark is wide, so pin the height and let the
 * width follow, or it gets squashed.
 */
.md-header__button.md-logo img,
.md-nav__button.md-logo img {
	height: 1.4rem;
	width: auto;
}

/*
 * Home-page hero mark. Specificity (0,0,2,1) so it outranks Material's
 * `.md-typeset img { height:auto; max-width:100% }`. The orange glow is the
 * same treatment the main site uses.
 */
.md-typeset .kacky-hero-logo {
	display: block;
	width: 260px;
	max-width: 60%;
	height: auto;
	margin: 0 0 1.5rem;
	filter: brightness(1.1) drop-shadow(0 0 30px rgba(255, 120, 0, 0.3));
}
