/*
Theme Name: Lucas Radke
Theme URI: https://lucas-radke.de
Author: Lucas Radke
Author URI: https://lucas-radke.de
Description: Eine freundliche, editorial-helle Personenmarke fuer Open-Source-Beratung, Community-Arbeit und Plugin-Projekte. Cobalt-Akzente, Hanken Grotesk und Inter.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lucas-radke
*/

:root {
	--lr-bg: #fbfaf7;
	--lr-bg-soft: #f4f1ea;
	--lr-text: #1d2430;
	--lr-text-muted: #515b6b;
	--lr-cobalt: #3b6fff;
	--lr-cobalt-deep: #2a52cc;
	--lr-cobalt-soft: #e7edff;
	--lr-amber: #ff9f5a;
	--lr-green: #3fae7a;
	--lr-white: #ffffff;
	--lr-shadow-sm: 0 2px 8px rgba(29, 36, 48, 0.06);
	--lr-shadow-md: 0 14px 40px rgba(29, 36, 48, 0.10);
	--lr-shadow-cobalt: 0 26px 60px rgba(59, 111, 255, 0.32);
	--lr-radius-lg: 32px;
	--lr-radius-md: 20px;
	--lr-radius-pill: 999px;
	--lr-font-head: 'Hanken Grotesk', system-ui, sans-serif;
	--lr-font-body: 'Inter', system-ui, sans-serif;
}

body {
	-webkit-font-smoothing: antialiased;
}

.wp-site-blocks > footer {
	margin-block-start: 0;
}

/* ---------------------------------------------------------------------------
   Header / Navigation
--------------------------------------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: saturate(140%) blur(10px);
	background: rgba(251, 250, 247, 0.82);
	border-bottom: 1px solid rgba(29, 36, 48, 0.06);
}

.site-header .wp-block-group.header-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 16px 28px;
}

.brand-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.brand-mark {
	width: 38px;
	height: 38px;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--lr-cobalt), var(--lr-cobalt-deep));
	color: var(--lr-white) !important;
	display: grid;
	place-items: center;
	font-family: var(--lr-font-head);
	font-weight: 800;
	font-size: 0.92rem;
	box-shadow: var(--lr-shadow-sm);
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
	margin: 0;
}

.brand-row:hover .brand-mark {
	transform: rotate(-6deg) scale(1.06);
}

.site-header .wp-block-site-title {
	margin: 0;
}

.site-header .wp-block-site-title a {
	color: var(--lr-text);
	text-decoration: none;
}

.site-header .wp-block-navigation {
	font-family: var(--lr-font-head);
	font-weight: 500;
	font-size: 0.95rem;
}

.site-header .wp-block-navigation .wp-block-navigation-item__content {
	color: var(--lr-text-muted);
	padding: 9px 14px;
	border-radius: var(--lr-radius-pill);
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-header .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: var(--lr-cobalt-deep);
	background: var(--lr-cobalt-soft);
	transform: translateY(-1px);
}

.header-cta .wp-block-button__link {
	font-family: var(--lr-font-head);
	font-weight: 600;
	font-size: 0.95rem;
	padding: 11px 22px;
	box-shadow: var(--lr-shadow-sm);
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s ease, box-shadow 0.3s ease;
}

.header-cta .wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(59, 111, 255, 0.34);
}

/* ---------------------------------------------------------------------------
   Shared section helpers
--------------------------------------------------------------------------- */
.section-pad {
	padding-top: clamp(3.5rem, 7vw, 6rem);
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.eyebrow,
.section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--lr-font-head);
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--lr-cobalt-deep) !important;
	background: var(--lr-cobalt-soft);
	padding: 8px 16px;
	border-radius: var(--lr-radius-pill);
	margin: 0 0 1.4rem;
}

.eyebrow-dot::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 2px;
	border-radius: 50%;
	background: var(--lr-green);
	animation: lr-pulse 2.6s ease-in-out infinite;
}

.section-heading {
	font-family: var(--lr-font-head);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.section-lead {
	color: var(--lr-text-muted);
	font-size: 1.12rem;
	max-width: 620px;
}

/* ---------------------------------------------------------------------------
   Hero
--------------------------------------------------------------------------- */
.hero {
	padding-top: clamp(3rem, 6vw, 4rem);
	padding-bottom: clamp(3.5rem, 7vw, 5rem);
}

.hero-grid {
	align-items: center;
	gap: 64px !important;
}

.eyebrow {
	opacity: 0;
	animation: lr-pop-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s forwards;
}

.hero-title {
	font-size: clamp(2.4rem, 5.2vw, 4rem) !important;
	line-height: 1.06 !important;
	letter-spacing: -0.025em;
	margin: 0 0 1.6rem !important;
	opacity: 0;
	animation: lr-rise-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

.hero-title .accent {
	color: var(--lr-cobalt);
}

.hero-sub {
	font-size: 1.16rem !important;
	color: var(--lr-text-muted) !important;
	max-width: 520px;
	margin: 0 0 1.7rem !important;
	opacity: 0;
	animation: lr-rise-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.role-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 2.2rem;
}

.chip {
	font-family: var(--lr-font-head);
	font-weight: 600;
	font-size: 0.9rem;
	padding: 9px 16px;
	border-radius: var(--lr-radius-pill);
	background: var(--lr-white);
	border: 1px solid rgba(29, 36, 48, 0.09);
	color: var(--lr-text) !important;
	box-shadow: var(--lr-shadow-sm);
	margin: 0;
	opacity: 0;
	transform: translateY(10px);
	animation: lr-chip-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
	transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, border-color 0.2s ease;
}

.chip:hover {
	transform: translateY(-3px);
	box-shadow: var(--lr-shadow-md);
	border-color: rgba(59, 111, 255, 0.35);
}

.chip .dot {
	color: var(--lr-cobalt);
	margin-right: 6px;
	font-weight: 800;
}

.chip.chip-2 .dot { color: var(--lr-amber); }
.chip.chip-3 .dot { color: var(--lr-green); }
.chip.chip-1 { animation-delay: 0.42s; }
.chip.chip-2 { animation-delay: 0.52s; }
.chip.chip-3 { animation-delay: 0.62s; }

.hero-actions {
	opacity: 0;
	animation: lr-rise-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}

.hero-actions .btn-primary .wp-block-button__link {
	box-shadow: var(--lr-shadow-cobalt);
	padding: 15px 30px;
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s ease;
}

.hero-actions .btn-primary .wp-block-button__link:hover {
	transform: translateY(-3px) scale(1.02);
}

.hero-actions .btn-ghost .wp-block-button__link {
	background: transparent;
	color: var(--lr-text);
	font-weight: 600;
	box-shadow: none;
	padding: 15px 22px;
	transition: color 0.2s ease;
}

.hero-actions .btn-ghost .wp-block-button__link:hover {
	color: var(--lr-cobalt-deep);
	background: transparent;
}

/* Cobalt panel */
.hero-panel {
	position: relative;
	background: linear-gradient(150deg, var(--lr-cobalt) 0%, var(--lr-cobalt-deep) 100%);
	border-radius: var(--lr-radius-lg);
	padding: 44px !important;
	min-height: 460px;
	box-shadow: var(--lr-shadow-cobalt);
	overflow: hidden;
	opacity: 0;
	transform: scale(0.92) translateY(20px);
	animation: lr-panel-pop 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.35s forwards;
}

.hero-panel::before,
.hero-panel::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(2px);
}

.hero-panel::before {
	width: 190px;
	height: 190px;
	background: radial-gradient(circle at 35% 35%, rgba(255, 159, 90, 0.85), rgba(255, 159, 90, 0));
	top: -44px;
	right: -34px;
	animation: lr-float-a 9s ease-in-out infinite;
}

.hero-panel::after {
	width: 160px;
	height: 160px;
	background: radial-gradient(circle at 40% 40%, rgba(63, 174, 122, 0.7), rgba(63, 174, 122, 0));
	bottom: -34px;
	left: -22px;
	animation: lr-float-b 11s ease-in-out infinite;
}

.hero-panel > * {
	position: relative;
	z-index: 2;
}

.monogram {
	width: 96px;
	height: 96px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.16);
	border: 1.5px solid rgba(255, 255, 255, 0.4);
	display: grid;
	place-items: center;
	font-family: var(--lr-font-head);
	font-weight: 800;
	font-size: 2.4rem;
	color: var(--lr-white) !important;
	letter-spacing: -0.02em;
	backdrop-filter: blur(4px);
	margin: 0 0 1.6rem;
}

.panel-greeting {
	font-family: var(--lr-font-head);
	font-weight: 700;
	font-size: 1.5rem !important;
	color: var(--lr-white) !important;
	line-height: 1.2 !important;
	margin: 0 0 0.5rem !important;
}

.panel-text {
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 1rem !important;
	margin: 0 0 1.7rem !important;
}

.panel-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.panel-chip {
	font-family: var(--lr-font-head);
	font-weight: 600;
	font-size: 0.86rem;
	color: var(--lr-white) !important;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 8px 15px;
	border-radius: var(--lr-radius-pill);
	backdrop-filter: blur(4px);
	margin: 0;
	transition: background 0.2s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.panel-chip:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
}

/* ---------------------------------------------------------------------------
   Ueber mich
--------------------------------------------------------------------------- */
.about-card {
	background: var(--lr-white);
	border: 1px solid rgba(29, 36, 48, 0.08);
	border-radius: var(--lr-radius-lg);
	padding: clamp(1.8rem, 3vw, 2.6rem) !important;
	box-shadow: var(--lr-shadow-sm);
}

.about-stat {
	font-family: var(--lr-font-head);
	font-weight: 800;
	font-size: 2.4rem;
	color: var(--lr-cobalt);
	line-height: 1;
	letter-spacing: -0.02em;
	margin: 0 0 0.3rem;
}

.about-stat-label {
	color: var(--lr-text-muted);
	font-size: 0.96rem;
	margin: 0;
}

/* ---------------------------------------------------------------------------
   Websites (referenz CPT showcase)
--------------------------------------------------------------------------- */
.lr-referenz-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	gap: 22px;
	margin-top: 2.4rem;
}

.lr-referenz-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	background: var(--lr-white);
	border: 1px solid rgba(29, 36, 48, 0.09);
	border-radius: var(--lr-radius-md);
	padding: 26px;
	text-decoration: none;
	color: var(--lr-text);
	box-shadow: var(--lr-shadow-sm);
	transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.2s ease;
}

a.lr-referenz-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--lr-shadow-md);
	border-color: rgba(59, 111, 255, 0.4);
}

.lr-referenz-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lr-referenz-jahr {
	font-family: var(--lr-font-head);
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--lr-cobalt-deep);
	background: var(--lr-cobalt-soft);
	padding: 5px 11px;
	border-radius: var(--lr-radius-pill);
}

.lr-referenz-arrow {
	font-size: 1.2rem;
	color: var(--lr-text-muted);
	transition: transform 0.25s ease, color 0.2s ease;
}

a.lr-referenz-card:hover .lr-referenz-arrow {
	transform: translate(2px, -2px);
	color: var(--lr-cobalt);
}

.lr-referenz-title {
	font-family: var(--lr-font-head);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.25;
	margin: 0.3rem 0 0;
}

.lr-referenz-rolle {
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--lr-cobalt-deep);
	margin: 0;
}

.lr-referenz-desc {
	font-size: 0.96rem;
	color: var(--lr-text-muted);
	margin: 0.2rem 0 0;
}

.lr-referenz-link {
	margin-top: auto;
	padding-top: 0.8rem;
	font-family: var(--lr-font-head);
	font-weight: 600;
	font-size: 0.86rem;
	color: var(--lr-text-muted);
}

.lr-empty {
	margin-top: 2rem;
	padding: 1.4rem 1.6rem;
	background: var(--lr-cobalt-soft);
	border-radius: var(--lr-radius-md);
	color: var(--lr-text-muted);
}

/* ---------------------------------------------------------------------------
   Community & Events (WordCamps)
--------------------------------------------------------------------------- */
.community-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 2.4rem;
}

.wc-item {
	display: grid;
	grid-template-columns: 150px 1fr auto;
	align-items: center;
	gap: 24px;
	background: var(--lr-white);
	border: 1px solid rgba(29, 36, 48, 0.08);
	border-left: 3px solid var(--lr-cobalt);
	border-radius: var(--lr-radius-md);
	padding: 20px 26px;
	box-shadow: var(--lr-shadow-sm);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wc-item:hover {
	transform: translateX(4px);
	box-shadow: var(--lr-shadow-md);
}

.wc-years {
	font-family: var(--lr-font-head);
	font-weight: 800;
	font-size: 1.05rem;
	color: var(--lr-cobalt-deep);
	letter-spacing: -0.01em;
}

.wc-name {
	font-family: var(--lr-font-head);
	font-weight: 700;
	font-size: 1.12rem;
	margin: 0;
}

.wc-role {
	font-size: 0.95rem;
	color: var(--lr-text-muted);
	margin: 0.15rem 0 0;
}

.wc-badge {
	font-family: var(--lr-font-head);
	font-weight: 600;
	font-size: 0.8rem;
	color: var(--lr-green);
	background: rgba(63, 174, 122, 0.12);
	padding: 6px 13px;
	border-radius: var(--lr-radius-pill);
	white-space: nowrap;
}

.wc-badge.is-lead {
	color: var(--lr-cobalt-deep);
	background: var(--lr-cobalt-soft);
}

/* ---------------------------------------------------------------------------
   Plugins
--------------------------------------------------------------------------- */
.equal-cards > .wp-block-column {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
}

.equal-cards > .wp-block-column > .wp-block-group {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.equal-cards .cta-bottom {
	margin-top: auto;
}

.plugin-card {
	background: var(--lr-bg-soft);
	border: 1px solid rgba(29, 36, 48, 0.07);
	border-radius: var(--lr-radius-md);
	padding: 28px !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.plugin-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--lr-shadow-md);
	border-color: rgba(59, 111, 255, 0.3);
}

.plugin-tag {
	font-family: var(--lr-font-head);
	font-weight: 700;
	font-size: 0.74rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--lr-amber);
	margin: 0 0 0.6rem !important;
}

.plugin-name {
	font-family: var(--lr-font-head);
	font-weight: 700;
	font-size: 1.2rem;
	margin: 0 0 0.4rem !important;
}

.plugin-desc {
	color: var(--lr-text-muted);
	font-size: 0.97rem;
	margin: 0 0 1rem !important;
}

.plugin-link .wp-block-button__link {
	background: transparent;
	color: var(--lr-cobalt-deep);
	font-family: var(--lr-font-head);
	font-weight: 600;
	font-size: 0.92rem;
	padding: 8px 0;
	border-radius: 0;
}

.plugin-link .wp-block-button__link:hover {
	background: transparent;
	color: var(--lr-cobalt);
}

/* ---------------------------------------------------------------------------
   Blog teaser
--------------------------------------------------------------------------- */
.blog-band {
	background: var(--lr-bg-soft);
}

.blog-band .wp-block-latest-posts {
	margin-top: 2.4rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 22px;
	list-style: none;
	padding: 0;
}

.blog-band .wp-block-latest-posts > li {
	background: var(--lr-white);
	border: 1px solid rgba(29, 36, 48, 0.08);
	border-radius: var(--lr-radius-md);
	padding: 24px;
	box-shadow: var(--lr-shadow-sm);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-band .wp-block-latest-posts > li:hover {
	transform: translateY(-4px);
	box-shadow: var(--lr-shadow-md);
}

.blog-band .wp-block-latest-posts__post-title {
	font-family: var(--lr-font-head);
	font-weight: 700;
	font-size: 1.12rem;
	color: var(--lr-text);
}

.blog-band .wp-block-latest-posts__post-date {
	color: var(--lr-text-muted);
	font-size: 0.84rem;
}

.blog-band .wp-block-latest-posts__post-excerpt {
	color: var(--lr-text-muted);
	font-size: 0.95rem;
}

.blog-note {
	color: var(--lr-text-muted);
	font-size: 0.98rem;
}

.blog-note a {
	color: var(--lr-cobalt-deep);
	font-weight: 600;
}

/* ---------------------------------------------------------------------------
   Kontakt band
--------------------------------------------------------------------------- */
.contact-band {
	position: relative;
	background: linear-gradient(150deg, var(--lr-cobalt) 0%, var(--lr-cobalt-deep) 100%);
	border-radius: var(--lr-radius-lg);
	overflow: hidden;
	padding: clamp(2.6rem, 5vw, 4rem) !important;
}

.contact-band::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle at 40% 40%, rgba(255, 159, 90, 0.55), rgba(255, 159, 90, 0));
	top: -120px;
	right: -80px;
	filter: blur(4px);
	animation: lr-float-a 12s ease-in-out infinite;
	pointer-events: none;
}

.contact-band > * {
	position: relative;
	z-index: 2;
}

.contact-band .contact-title {
	color: var(--lr-white) !important;
	font-size: clamp(2rem, 4vw, 2.8rem) !important;
}

.contact-band .contact-sub {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 1.12rem !important;
	max-width: 540px;
}

.contact-band .btn-light .wp-block-button__link {
	background: var(--lr-white);
	color: var(--lr-cobalt-deep);
	font-weight: 700;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.contact-band .btn-light .wp-block-button__link:hover {
	background: var(--lr-white);
	color: var(--lr-cobalt-deep);
	transform: translateY(-3px) scale(1.02);
}

/* ---------------------------------------------------------------------------
   Footer
--------------------------------------------------------------------------- */
.site-footer {
	background: var(--lr-text);
	color: rgba(255, 255, 255, 0.78);
}

.site-footer .wp-block-group {
	color: rgba(255, 255, 255, 0.78);
}

.site-footer a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer a:hover {
	color: var(--lr-white);
}

.site-footer .footer-brand {
	font-family: var(--lr-font-head);
	font-weight: 800;
	font-size: 1.2rem;
	color: var(--lr-white) !important;
}

.site-footer .wp-block-navigation {
	font-family: var(--lr-font-head);
	font-weight: 500;
}

/* ---------------------------------------------------------------------------
   Page title (inner pages)
--------------------------------------------------------------------------- */
.page-title-band {
	background: var(--lr-bg-soft);
	border-bottom: 1px solid rgba(29, 36, 48, 0.07);
}

.page-title-band .wp-block-post-title {
	font-family: var(--lr-font-head);
	font-weight: 800;
	letter-spacing: -0.025em;
	font-size: clamp(2rem, 4.4vw, 3rem);
}

/* ---------------------------------------------------------------------------
   Animations
--------------------------------------------------------------------------- */
.animate-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.animate-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes lr-pop-in {
	from { opacity: 0; transform: scale(0.85); }
	to { opacity: 1; transform: scale(1); }
}

@keyframes lr-rise-in {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes lr-chip-in {
	to { opacity: 1; transform: translateY(0); }
}

@keyframes lr-panel-pop {
	to { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes lr-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(63, 174, 122, 0.5); }
	50% { box-shadow: 0 0 0 7px rgba(63, 174, 122, 0); }
}

@keyframes lr-float-a {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-18px, 16px); }
}

@keyframes lr-float-b {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(16px, -14px); }
}

/* ---------------------------------------------------------------------------
   Responsive
--------------------------------------------------------------------------- */
@media (max-width: 900px) {
	.hero-grid { gap: 40px !important; }
	.hero-panel { min-height: 380px; }
	.wc-item { grid-template-columns: 1fr; gap: 8px; }
	.wc-badge { justify-self: start; }
}

@media (max-width: 600px) {
	.site-header .wp-block-group.header-inner { padding: 14px 18px; }
	.hero-panel { padding: 30px !important; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	.eyebrow, .hero-title, .hero-sub, .hero-actions, .chip, .hero-panel,
	.animate-on-scroll {
		opacity: 1 !important;
		transform: none !important;
	}
}
