/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Child-Theme von Twenty Twenty-Five für drmichaelgorski. Persönliche-Marke-Design (Keynote Speaker / Author) im Stil von drericcole.com – lokal gehostete Roboto-Schrift (wie redlings), blaue Buttons (8px Radius), helle/dunkle Section-Rhythmik. Eigene Anpassungen (CSS, theme.json, Templates, Patterns) in diesem Theme vornehmen, damit Updates des Eltern-Themes nichts überschreiben.
Author: Dr. Michael Gorski
Template: twentytwentyfive
Version: 1.3.5
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* =========================================================
   1. Base
   ========================================================= */
html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

::selection {
	background: var(--wp--preset--color--primary);
	color: #fff;
}

/* Tighten serif headings a touch and balance line wrapping. */
h1, h2, h3,
.wp-block-heading {
	text-wrap: balance;
}

/* Remove the root block-gap between the top-level header / main / footer
   blocks so the full-bleed hero image sits flush under the sticky header
   (and the footer sits flush under the last section). */
.wp-site-blocks > * + * {
	margin-block-start: 0;
}

/* Lead / intro paragraph helper */
.is-lead,
p.is-lead {
	font-size: clamp(1.02rem, 0.97rem + 0.3vw, 1.2rem);
	line-height: 1.55;
	color: var(--wp--preset--color--muted);
	letter-spacing: -0.01em;
}

.text-muted {
	color: var(--wp--preset--color--muted);
}

/* =========================================================
   2. Eyebrow / section label
   ========================================================= */
.eyebrow,
p.eyebrow,
.wp-block-paragraph.eyebrow {
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: var(--wp--preset--color--primary);
	margin-bottom: 0.75rem;
	line-height: 1.3;
}

/* =========================================================
   3. Buttons
   ========================================================= */
.wp-block-button__link {
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	line-height: 1.2;
}

.wp-block-button__link:hover {
	transform: translateY(-1px);
}

/* Larger CTA buttons */
.wp-block-button.is-style-fill.is-big .wp-block-button__link,
.is-big .wp-block-button__link {
	padding: 1.05rem 2rem;
	font-size: 1.0625rem;
}

/* Light outline button — for use on dark sections */
.wp-block-button.is-style-outline-light .wp-block-button__link {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.wp-block-button.is-style-outline-light .wp-block-button__link:hover {
	background: #fff;
	color: var(--wp--preset--color--contrast);
	border-color: #fff;
}

/* Core outline style → use brand blue */
.wp-block-button.is-style-outline .wp-block-button__link {
	border-width: 1.5px;
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
	background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--primary);
	color: #fff;
}

/* =========================================================
   4. Dark sections (white text + headings on dark bg)
   ========================================================= */
.is-dark-section {
	color: rgba(255, 255, 255, 0.78);
}

.is-dark-section :is(h1, h2, h3, h4, .wp-block-heading) {
	color: #fff;
}

.is-dark-section .is-lead {
	color: rgba(255, 255, 255, 0.82);
}

.is-dark-section .eyebrow {
	color: #8AA3FF;
}

.is-dark-section a:not(.wp-block-button__link) {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.is-dark-section .text-muted {
	color: rgba(255, 255, 255, 0.6);
}

/* =========================================================
   5. Site header
   ========================================================= */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--wp--preset--color--border);
}

/* Frosted-glass effect on a pseudo-element so it does NOT become the
   containing block for the fixed-position mobile navigation overlay. */
.site-header::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	backdrop-filter: saturate(180%) blur(14px);
}

/* Mobile navigation overlay — centered, generous */
.site-header .wp-block-navigation__responsive-container.is-menu-open {
	padding: 5rem 1.5rem 2rem;
	align-items: center;
	justify-content: center;
}

.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	width: 100%;
}

.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	justify-content: center !important;
	align-items: center !important;
	gap: 1.9rem;
	font-size: 1.7rem;
	font-family: var(--wp--preset--font-family--serif);
}

.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container a {
	color: #fff;
}

/* Brand logo (wordmark) replaces the text site title */
.site-header .site-brand-logo {
	display: flex;
	align-items: center;
}

.site-header .site-brand-logo img {
	display: block;
	width: 300px;
	max-width: 56vw;
	height: auto;
}

/* No focus ring on header controls (logo, nav links, "Termin buchen" CTA,
   mobile menu toggle) when clicked or tapped with a pointer. Keyboard focus
   (:focus-visible) keeps its outline for accessibility. */
.site-header a:focus:not(:focus-visible),
.site-header button:focus:not(:focus-visible) {
	outline: none;
	box-shadow: none;
}

/* Recolour the (transparent, near-black) logo wordmark on hover.
   The PNG is used as a mask on the link and filled with a background
   colour — #111 at rest (matches the artwork) and the CTA brand blue on
   hover. The real <img> is kept (opacity:0) so its alt text stays in the
   accessibility tree and provides the link's box/size. */
.site-header .site-brand-logo a {
	display: inline-block;
	background-color: #111111;
	-webkit-mask: url(/wp-content/uploads/logo-text.png) no-repeat center / contain;
	        mask: url(/wp-content/uploads/logo-text.png) no-repeat center / contain;
	transition: background-color 0.2s ease;
}

.site-header .site-brand-logo a:hover {
	background-color: var(--wp--preset--color--primary, #1140D6);
}

.site-header .site-brand-logo a img {
	opacity: 0;
}

.site-header .wp-block-navigation {
	font-weight: 500;
}

.site-header .wp-block-navigation a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}

.site-header .wp-block-navigation a:hover {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

/* "Book a call" button living inside the navigation */
.site-header .wp-block-navigation .wp-block-navigation-item.is-cta > a,
.site-header .nav-cta a {
	background: var(--wp--preset--color--primary);
	color: #fff !important;
	border-radius: 8px;
	padding: 0.6rem 1.25rem;
	transition: background-color 0.18s ease;
}

.site-header .wp-block-navigation .wp-block-navigation-item.is-cta > a:hover,
.site-header .nav-cta a:hover {
	background: var(--wp--preset--color--primary-dark);
}

/* =========================================================
   6. Hero
   ========================================================= */
/* Mobile-first base; enlarged for wider viewports further down. */
.hero-cover {
	min-height: clamp(520px, 88vh, 720px);
}

.hero-cover .wp-block-cover__inner-container {
	width: 100%;
}

.hero .eyebrow {
	color: #9DB2FF;
}

.hero h1 {
	max-width: 16ch;
	text-shadow: 0 2px 32px rgba(0, 0, 0, 0.38);
}

.hero p.hero-sub {
	max-width: 46ch;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
}

/* Extra bottom scrim so copy stays legible over lighter parts of the photo */
.hero-cover::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(8, 12, 24, 0.55) 0%, rgba(8, 12, 24, 0.2) 45%, transparent 70%);
}

.hero-cover .wp-block-cover__inner-container {
	position: relative;
	z-index: 1;
}

/* Shift the hero subject further to the right (zoom + anchor left so the
   person sits right of the headline, trimming the right-side background). */
.hero-cover img.wp-block-cover__image-background {
	transform: scale(1.32);
	transform-origin: 0% 25%;
}

/* Credibility chips under the hero copy */
.role-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.92);
}

.role-list li {
	padding: 0.42rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-weight: 500;
	letter-spacing: 0.01em;
	white-space: nowrap;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.role-list li::before {
	content: none;
}

/* =========================================================
   7. Press / "as seen in" strip
   ========================================================= */
.press-strip {
	border-top: 1px solid var(--wp--preset--color--border);
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.press-strip .press-label {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: var(--wp--preset--color--muted);
}

.press-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem 2.75rem;
}

.press-logos span {
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.1rem, 0.9rem + 0.7vw, 1.6rem);
	color: var(--wp--preset--color--contrast);
	opacity: 0.55;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

/* =========================================================
   8. Numbered mission / belief cards
   ========================================================= */
.feature-card {
	position: relative;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(165deg, #ffffff 0%, var(--wp--preset--color--tint) 100%);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 16px;
	padding: clamp(1.85rem, 1.3rem + 1.6vw, 2.6rem);
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 55px -28px rgba(17, 64, 214, 0.32);
	border-color: rgba(17, 64, 214, 0.4);
}

/* Soft brand glow in the top-right corner */
.feature-card::after {
	content: "";
	position: absolute;
	top: -40%;
	right: -30%;
	width: 70%;
	height: 70%;
	background: radial-gradient(circle, rgba(17, 64, 214, 0.1), transparent 70%);
	pointer-events: none;
	z-index: 0;
}

/* Keep content above the decorative glow */
.feature-card > * {
	position: relative;
	z-index: 1;
}

/* Stretch the columns so cards in a row share a height */
.wp-block-column:has(> .feature-card) {
	display: flex;
}

/* Number badge */
.feature-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.25rem;
	height: 3.25rem;
	padding: 0 0.6rem;
	margin: 0 0 1.3rem;
	border-radius: 14px;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 10px 20px -6px rgba(17, 64, 214, 0.5);
}

.feature-card .wp-block-heading {
	font-size: 1.3rem;
	margin: 0 0 0.55rem;
}

/* Dark-section variant */
.is-dark-section .feature-card {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: none;
}

.is-dark-section .feature-card:hover {
	border-color: rgba(138, 163, 255, 0.5);
	box-shadow: 0 30px 55px -28px rgba(0, 0, 0, 0.6);
}

.is-dark-section .feature-num {
	background: #8AA3FF;
	color: var(--wp--preset--color--contrast);
	box-shadow: none;
}

/* =========================================================
   9. Cards (credentials, testimonials, generic)
   ========================================================= */
.card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	padding: clamp(1.5rem, 1rem + 1.5vw, 2.25rem);
	height: 100%;
}

.card.is-tint {
	background: var(--wp--preset--color--tint);
	border-color: transparent;
}

.is-dark-section .card {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.14);
}

.credential-card .cred-title {
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.35rem;
	line-height: 1.2;
	margin: 0 0 0.35rem;
}

.credential-card .cred-meta {
	font-size: 0.95rem;
	color: var(--wp--preset--color--muted);
	margin: 0;
}

/* Testimonials */
.testimonial-card .quote {
	font-size: 1.0625rem;
	line-height: 1.6;
	margin: 0 0 1.5rem;
}

.testimonial-card .who {
	font-weight: 700;
	margin: 0;
}

.testimonial-card .role {
	color: var(--wp--preset--color--muted);
	font-size: 0.95rem;
	margin: 0;
}

.testimonial-card::before {
	content: "\201C";
	font-family: var(--wp--preset--font-family--serif);
	font-size: 4rem;
	line-height: 0.6;
	color: var(--wp--preset--color--primary);
	display: block;
	margin-bottom: 0.5rem;
}

/* =========================================================
   10. Quote / statement blocks
   ========================================================= */
.statement {
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.35rem, 1.1rem + 1.2vw, 2rem);
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: -0.01em;
}

.statement em,
.accent-italic {
	font-style: italic;
	color: var(--wp--preset--color--primary);
}

.is-dark-section .statement em {
	color: #9DB2FF;
}

/* =========================================================
   10b. Check list + FAQ
   ========================================================= */
.check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.check-list li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.85rem;
	line-height: 1.5;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 999px;
	background: var(--wp--preset--color--primary);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 80% no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 80% no-repeat;
}

.is-dark-section .check-list li::before {
	background: #8AA3FF;
}

/* FAQ accordion (native <details>) */
.faq .wp-block-details {
	border-top: 1px solid var(--wp--preset--color--border);
	padding: 1.15rem 0;
	margin: 0;
}

.faq .wp-block-details:last-child {
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.faq .wp-block-details summary {
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.3rem;
	line-height: 1.3;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.faq .wp-block-details summary::-webkit-details-marker {
	display: none;
}

.faq .wp-block-details summary::after {
	content: "+";
	font-family: var(--wp--preset--font-family--sans);
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--wp--preset--color--primary);
	line-height: 1;
	transition: transform 0.2s ease;
}

.faq .wp-block-details[open] summary::after {
	transform: rotate(45deg);
}

.faq .wp-block-details > *:not(summary) {
	margin-top: 0.75rem;
	color: var(--wp--preset--color--muted);
	max-width: 60ch;
}

/* =========================================================
   11. Footer
   ========================================================= */
.site-footer {
	background: var(--wp--preset--color--dark);
	color: rgba(255, 255, 255, 0.7);
}

.site-footer :is(h1, h2, h3, h4) {
	color: #fff;
}

.footer-cta {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer .footer-nav a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	display: inline-block;
	padding: 0.2rem 0;
}

.site-footer .footer-nav a:hover {
	color: #fff;
}

.footer-social {
	display: flex;
	gap: 0.85rem;
	align-items: center;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.footer-social a:hover {
	background: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	transform: translateY(-2px);
}

.footer-social svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.site-footer .footer-meta {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.9rem;
}

/* =========================================================
   12. Rounded media
   ========================================================= */
.rounded-media img,
.wp-block-image.rounded-media img {
	border-radius: 8px;
}

.rounded-media-lg img {
	border-radius: 8px;
}

/* =========================================================
   13. Story timeline (Geschichte) — vertical journey with a
   glowing spine, large faded era markers and alternating
   text / image rows. Mobile-first: single column with the
   spine on the left; the alternating two-column layout is
   enhanced in at the 782px breakpoint below.
   ========================================================= */
.story-timeline {
	position: relative;
	margin-top: clamp(2.75rem, 1.8rem + 4vw, 5rem);
}

/* The vertical spine */
.story-timeline::before {
	content: "";
	position: absolute;
	top: 0.35rem;
	bottom: 0.35rem;
	left: 21px;
	width: 2px;
	background: linear-gradient(
		to bottom,
		transparent,
		rgba(138, 163, 255, 0.45) 7%,
		rgba(138, 163, 255, 0.45) 93%,
		transparent
	);
}

.tl-item {
	position: relative;
	padding-left: 56px;
	padding-bottom: clamp(2.75rem, 1.8rem + 4vw, 5rem);
}

.tl-item:last-child {
	padding-bottom: 0;
}

/* Node on the spine */
.tl-item::after {
	content: "";
	position: absolute;
	left: 14px;
	top: 0.5rem;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 5px rgba(17, 64, 214, 0.22);
}

.tl-text,
.tl-media {
	position: relative;
	z-index: 1;
}

/* Era marker — compact blue label on mobile */
.tl-marker {
	font-family: var(--wp--preset--font-family--sans);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8AA3FF;
	margin: 0 0 0.6rem;
}

.tl-title {
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.6rem, 1.25rem + 1.5vw, 2.5rem);
	line-height: 1.06;
	color: #fff;
	margin: 0;
}

.tl-sub {
	color: #8AA3FF;
	font-size: 1.05rem;
	line-height: 1.3;
	margin: 0.4rem 0 0;
}

.tl-body {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.6;
	margin: 1rem 0 0;
	max-width: 48ch;
}

/* Award list inside a milestone (NetWars titles) */
.tl-awards {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	max-width: 48ch;
}

.tl-awards li {
	margin-top: 0.7rem;
	padding-top: 0.7rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.95rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.6);
}

.tl-awards .aw-name {
	color: #fff;
	font-weight: 600;
}

.tl-media {
	margin: 1.4rem 0 0;
}

.tl-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.65);
}

@media (min-width: 782px) {
	/* Center the spine */
	.story-timeline::before {
		left: 50%;
		transform: translateX(-1px);
	}

	.tl-item {
		display: grid;
		grid-template-columns: minmax(0, 1fr) clamp(130px, 16vw, 240px) minmax(0, 1fr);
		column-gap: clamp(1.25rem, 2.5vw, 2.5rem);
		align-items: center;
		padding-left: 0;
	}

	/* Center the node on the spine, vertically centered in the row */
	.tl-item::after {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	/* Odd rows: text left (right-aligned), image right */
	.tl-text {
		grid-column: 1;
		grid-row: 1;
		text-align: right;
	}

	.tl-body,
	.tl-awards {
		margin-left: auto;
	}

	.tl-media {
		grid-column: 3;
		grid-row: 1;
		margin: 0;
	}

	/* Even rows: swap sides */
	.tl-item:nth-child(even) .tl-text {
		grid-column: 3;
		text-align: left;
	}

	.tl-item:nth-child(even) .tl-body,
	.tl-item:nth-child(even) .tl-awards {
		margin-left: 0;
		margin-right: auto;
	}

	.tl-item:nth-child(even) .tl-media {
		grid-column: 1;
	}

	/* Large faded era word sitting on the spine, in its own clear
	   centre lane so the content columns never cover it. */
	.tl-marker {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 0;
		margin: 0;
		font-family: var(--wp--preset--font-family--serif);
		font-size: clamp(2rem, 1.3rem + 2.4vw, 3.4rem);
		font-weight: 500;
		letter-spacing: -0.01em;
		text-transform: none;
		color: rgba(255, 255, 255, 0.32);
		white-space: nowrap;
		pointer-events: none;
	}

	/* Hide the node where the big era word covers the spine */
	.tl-item::after {
		display: none;
	}
}

/* =========================================================
   14. Responsive — mobile-first: base styles above target small
   screens; the queries below progressively enhance for larger
   viewports using min-width.
   ========================================================= */
@media (min-width: 600px) {
	.footer-social a {
		width: 60px;
		height: 60px;
	}
	.footer-social svg {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 782px) {
	.hero-cover {
		min-height: clamp(600px, 86vh, 860px);
	}
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	.wp-block-button__link:hover {
		transform: none;
	}
}
