:root {
	--hobbis-ink: #17233d;
	--hobbis-ink-soft: #253756;
	--hobbis-text: #4b5b73;
	--hobbis-muted: #6f7c90;
	--hobbis-line: #dde3ea;
	--hobbis-paper: #ffffff;
	--hobbis-cream: #f8f5ef;
	--hobbis-cream-deep: #eee9df;
	--hobbis-gold: #e4a52e;
	--hobbis-gold-dark: #bb7714;
	--hobbis-sky: #dceaf6;
	--hobbis-rose: #f4dfe5;
	--hobbis-mint: #d9eee6;
	--hobbis-coral: #f5ded5;
	--hobbis-lime: #e4efcf;
	--hobbis-shadow-sm: 0 8px 24px rgba(23, 35, 61, 0.08);
	--hobbis-shadow-lg: 0 28px 70px rgba(23, 35, 61, 0.14);
	--hobbis-radius-sm: 12px;
	--hobbis-radius-md: 22px;
	--hobbis-radius-lg: 36px;
}

.hobbis-experience {
	color: var(--hobbis-text);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.hobbis-experience *,
.hobbis-experience *::before,
.hobbis-experience *::after {
	box-sizing: border-box;
}

.hobbis-experience h1,
.hobbis-experience h2,
.hobbis-experience h3,
.hobbis-experience h4 {
	color: var(--hobbis-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.hobbis-experience a {
	text-underline-offset: 0.18em;
}

.hobbis-experience a:focus-visible,
.hobbis-experience button:focus-visible,
.hobbis-experience input:focus-visible,
.hobbis-experience select:focus-visible,
.hobbis-experience textarea:focus-visible {
	outline: 3px solid rgba(228, 165, 46, 0.45);
	outline-offset: 3px;
}

.hobbis-experience svg {
	display: inline-block;
	height: 1.2em;
	vertical-align: -0.18em;
	width: 1.2em;
}

.hobbis-shell {
	margin-inline: auto;
	max-width: 1220px;
	padding-inline: 28px;
	width: 100%;
}

/* Header */
.hobbis-experience #masthead {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 1px 0 rgba(23, 35, 61, 0.08);
	position: sticky;
	top: 0;
	z-index: 999;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.admin-bar.hobbis-experience #masthead {
	top: 32px;
}

.hobbis-experience #masthead .ast-primary-header-bar,
.hobbis-experience #masthead .ast-above-header-bar,
.hobbis-experience #masthead .ast-below-header-bar {
	background: transparent;
	border: 0;
}

.hobbis-experience #masthead .ast-builder-grid-row {
	min-height: 78px;
}

.hobbis-experience #masthead .site-branding img,
.hobbis-experience #masthead .custom-logo {
	height: auto;
	max-height: 50px;
	max-width: 190px;
	object-fit: contain;
	width: auto;
}

.hobbis-experience .main-header-menu > .menu-item > .menu-link,
.hobbis-experience .ast-builder-menu .main-navigation > ul > .menu-item > .menu-link {
	align-items: center;
	color: var(--hobbis-ink);
	display: flex;
	font-size: 0.9rem;
	font-weight: 650;
	height: auto;
	letter-spacing: -0.01em;
	min-height: 44px;
	padding: 0 14px;
	transition: color 160ms ease;
}

.hobbis-experience .main-header-menu > .menu-item > .menu-link:hover,
.hobbis-experience .main-header-menu > .current-menu-item > .menu-link {
	color: var(--hobbis-gold-dark);
}

.hobbis-experience .main-header-menu > .hobbis-menu-cta > .menu-link,
.hobbis-experience .ast-builder-menu .main-navigation > ul > .hobbis-menu-cta > .menu-link {
	background: var(--hobbis-ink);
	border-radius: 999px;
	color: #fff;
	margin-left: 8px;
	min-height: 46px;
	padding-inline: 20px;
}

.hobbis-experience .main-header-menu > .hobbis-menu-cta > .menu-link:hover,
.hobbis-experience .ast-builder-menu .main-navigation > ul > .hobbis-menu-cta > .menu-link:hover {
	background: var(--hobbis-gold);
	color: var(--hobbis-ink);
}

.hobbis-guest .ast-header-search,
.hobbis-guest .ast-search-menu-icon,
.hobbis-guest .ast-builder-layout-element[data-section="section-header-woo-cart"],
.hobbis-guest .ast-site-header-cart,
.hobbis-guest .ast-header-woo-cart {
	display: none !important;
}

/* Remove the old Astra content gutter only on the custom homepage. */
.home.hobbis-experience #content.site-content > .ast-container {
	display: block;
	max-width: none;
	padding: 0;
	width: 100%;
}

.home.hobbis-experience #content.site-content {
	background: var(--hobbis-paper);
}

.hobbis-home {
	overflow: clip;
}

.hobbis-section {
	padding-block: clamp(74px, 8vw, 112px);
}

.hobbis-kicker {
	color: var(--hobbis-gold-dark);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.3;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.hobbis-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 750;
	gap: 10px;
	justify-content: center;
	line-height: 1.2;
	min-height: 54px;
	padding: 15px 24px;
	text-decoration: none !important;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hobbis-button:hover {
	transform: translateY(-2px);
}

.hobbis-button--primary {
	background: var(--hobbis-ink);
	box-shadow: 0 12px 28px rgba(23, 35, 61, 0.2);
	color: #fff;
}

.hobbis-button--primary:hover {
	background: var(--hobbis-gold);
	box-shadow: 0 14px 32px rgba(228, 165, 46, 0.24);
	color: var(--hobbis-ink);
}

.hobbis-button--secondary {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(23, 35, 61, 0.18);
	color: var(--hobbis-ink);
}

.hobbis-button--secondary:hover {
	background: #fff;
	border-color: var(--hobbis-ink);
	color: var(--hobbis-ink);
}

.hobbis-button--light {
	background: #fff;
	color: var(--hobbis-ink);
}

.hobbis-button--light:hover {
	background: var(--hobbis-gold);
	color: var(--hobbis-ink);
}

.hobbis-text-link {
	align-items: center;
	color: var(--hobbis-ink);
	display: inline-flex;
	font-weight: 750;
	gap: 8px;
	text-decoration: none !important;
}

.hobbis-text-link svg {
	transition: transform 160ms ease;
}

.hobbis-text-link:hover {
	color: var(--hobbis-gold-dark);
}

.hobbis-text-link:hover svg {
	transform: translateX(4px);
}

/* Hero */
.hobbis-hero {
	background:
		radial-gradient(circle at 12% 5%, rgba(228, 165, 46, 0.14), transparent 34%),
		linear-gradient(135deg, #faf7f0 0%, #f5f8fb 55%, #edf3f8 100%);
	min-height: min(780px, calc(100vh - 78px));
	padding-block: clamp(74px, 9vw, 126px);
	position: relative;
}

.hobbis-hero::after {
	background-image: radial-gradient(rgba(23, 35, 61, 0.11) 1px, transparent 1px);
	background-size: 20px 20px;
	content: "";
	height: 190px;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
	right: -34px;
	top: 36px;
	width: 220px;
}

.hobbis-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(52px, 8vw, 104px);
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.82fr);
}

.hobbis-hero__content {
	max-width: 680px;
	position: relative;
	z-index: 2;
}

.hobbis-hero h1 {
	font-size: clamp(3rem, 6.2vw, 5.6rem);
	letter-spacing: -0.06em;
	margin: 0;
	max-width: 800px;
}

.hobbis-hero__lead {
	color: var(--hobbis-text);
	font-size: clamp(1.08rem, 1.8vw, 1.32rem);
	line-height: 1.55;
	margin: 28px 0 0;
	max-width: 620px;
}

.hobbis-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.hobbis-action-note {
	color: var(--hobbis-muted);
	font-size: 0.82rem;
	margin: 12px 0 0;
}

.hobbis-hero__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 24px;
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.hobbis-hero__benefits li {
	align-items: center;
	color: var(--hobbis-ink-soft);
	display: flex;
	font-size: 0.88rem;
	font-weight: 650;
	gap: 7px;
}

.hobbis-hero__benefits svg {
	background: var(--hobbis-mint);
	border-radius: 50%;
	color: #31715b;
	height: 20px;
	padding: 3px;
	width: 20px;
}

.hobbis-hero__visual {
	min-height: 520px;
	position: relative;
}

.hobbis-hero__halo {
	border-radius: 50%;
	position: absolute;
}

.hobbis-hero__halo--one {
	background: var(--hobbis-sky);
	height: 430px;
	right: -22px;
	top: 34px;
	width: 430px;
}

.hobbis-hero__halo--two {
	background: var(--hobbis-gold);
	bottom: 12px;
	height: 140px;
	left: -24px;
	opacity: 0.23;
	width: 140px;
}

.hobbis-hero-product {
	background: #fff;
	border: 1px solid rgba(23, 35, 61, 0.08);
	border-radius: var(--hobbis-radius-lg);
	box-shadow: var(--hobbis-shadow-lg);
	left: 20px;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform: rotate(2deg);
	width: min(410px, calc(100% - 20px));
	z-index: 2;
}

.hobbis-hero-product__image {
	align-items: center;
	background: var(--card-tone, var(--hobbis-sky));
	display: flex;
	height: 390px;
	justify-content: center;
	overflow: hidden;
	padding: 30px;
}

.hobbis-hero-product__image img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.hobbis-hero-product__caption {
	display: flex;
	flex-direction: column;
	padding: 22px 26px 25px;
}

.hobbis-hero-product__caption span {
	color: var(--hobbis-gold-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hobbis-hero-product__caption strong {
	color: var(--hobbis-ink);
	font-size: 1.22rem;
	margin-top: 4px;
}

.hobbis-floating-chip {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(23, 35, 61, 0.08);
	border-radius: 999px;
	box-shadow: var(--hobbis-shadow-sm);
	color: var(--hobbis-ink);
	display: flex;
	font-size: 0.82rem;
	font-weight: 700;
	gap: 9px;
	padding: 11px 16px;
	position: absolute;
	z-index: 3;
}

.hobbis-floating-chip svg {
	color: var(--hobbis-gold-dark);
}

.hobbis-floating-chip--top {
	right: -10px;
	top: 80px;
}

.hobbis-floating-chip--bottom {
	bottom: 48px;
	left: -32px;
}

/* Trust strip */
.hobbis-trust {
	background: var(--hobbis-ink);
	color: rgba(255, 255, 255, 0.76);
	padding-block: 28px;
}

.hobbis-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.hobbis-trust__grid > div {
	align-items: center;
	display: flex;
	gap: 16px;
	min-width: 0;
	padding: 4px 30px;
}

.hobbis-trust__grid > div + div {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.hobbis-trust svg {
	color: var(--hobbis-gold);
	flex: 0 0 auto;
	height: 30px;
	width: 30px;
}

.hobbis-trust span {
	display: flex;
	font-size: 0.8rem;
	flex-direction: column;
	line-height: 1.4;
}

.hobbis-trust strong {
	color: #fff;
	font-size: 0.95rem;
	font-weight: 750;
}

/* Shared section heading */
.hobbis-section-heading {
	align-items: end;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	margin-bottom: 46px;
}

.hobbis-section-heading h2,
.hobbis-professional h2,
.hobbis-final-cta h2 {
	font-size: clamp(2.2rem, 4.4vw, 4rem);
	margin: 0;
}

.hobbis-section-heading > p {
	color: var(--hobbis-muted);
	font-size: 1rem;
	margin: 0 0 4px;
}

.hobbis-section-heading--center {
	display: block;
	margin-inline: auto;
	max-width: 800px;
	text-align: center;
}

/* Categories */
.hobbis-categories {
	background: #fff;
}

.hobbis-category-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hobbis-category-card {
	background: #fff;
	border: 1px solid var(--hobbis-line);
	border-radius: var(--hobbis-radius-md);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.hobbis-category-card:hover {
	border-color: transparent;
	box-shadow: var(--hobbis-shadow-lg);
	transform: translateY(-6px);
}

.hobbis-category-card__image {
	align-items: center;
	background: var(--card-tone, var(--hobbis-sky));
	display: flex;
	height: 250px;
	justify-content: center;
	overflow: hidden;
	padding: 24px;
}

.hobbis-category-card__image img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	transition: transform 300ms ease;
	width: 100%;
}

.hobbis-category-card:hover .hobbis-category-card__image img {
	transform: scale(1.035);
}

.hobbis-category-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 25px 26px 28px;
}

.hobbis-category-card__meta {
	align-items: center;
	color: var(--hobbis-muted);
	display: flex;
	font-size: 0.74rem;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hobbis-category-card__icon {
	align-items: center;
	background: var(--card-tone, var(--hobbis-sky));
	border-radius: 8px;
	color: var(--hobbis-ink);
	display: flex;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.hobbis-category-card__icon svg {
	height: 18px;
	width: 18px;
}

.hobbis-category-card h3 {
	font-size: 1.45rem;
	margin: 18px 0 10px;
}

.hobbis-category-card h3 a {
	color: inherit;
	text-decoration: none;
}

.hobbis-category-card p {
	color: var(--hobbis-muted);
	font-size: 0.93rem;
	line-height: 1.6;
	margin: 0 0 22px;
}

.hobbis-category-card .hobbis-text-link {
	font-size: 0.88rem;
	margin-top: auto;
}

.hobbis-tone--sky {
	--card-tone: var(--hobbis-sky);
}

.hobbis-tone--rose {
	--card-tone: var(--hobbis-rose);
}

.hobbis-tone--gold {
	--card-tone: #f7e7bd;
}

.hobbis-tone--mint {
	--card-tone: var(--hobbis-mint);
}

.hobbis-tone--coral {
	--card-tone: var(--hobbis-coral);
}

.hobbis-tone--lime {
	--card-tone: var(--hobbis-lime);
}

.hobbis-image-fallback {
	align-items: center;
	color: rgba(23, 35, 61, 0.48);
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.hobbis-image-fallback svg {
	height: 82px;
	width: 82px;
}

/* Professional feature area */
.hobbis-professional {
	background: var(--hobbis-cream);
}

.hobbis-professional__grid {
	align-items: center;
	display: grid;
	gap: clamp(56px, 9vw, 120px);
	grid-template-columns: minmax(0, 0.84fr) minmax(440px, 1fr);
}

.hobbis-professional__intro > p:not(.hobbis-kicker) {
	color: var(--hobbis-muted);
	font-size: 1.05rem;
	margin: 24px 0;
}

.hobbis-feature-list {
	background: #fff;
	border: 1px solid rgba(23, 35, 61, 0.08);
	border-radius: var(--hobbis-radius-lg);
	box-shadow: var(--hobbis-shadow-sm);
	padding: 12px 34px;
}

.hobbis-feature-list article {
	align-items: flex-start;
	display: grid;
	gap: 22px;
	grid-template-columns: 52px 1fr;
	padding-block: 27px;
}

.hobbis-feature-list article + article {
	border-top: 1px solid var(--hobbis-line);
}

.hobbis-feature-list article > span {
	align-items: center;
	background: var(--hobbis-sky);
	border-radius: 15px;
	color: var(--hobbis-ink);
	display: flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.hobbis-feature-list article:nth-child(2) > span {
	background: var(--hobbis-mint);
}

.hobbis-feature-list article:nth-child(3) > span {
	background: #f7e7bd;
}

.hobbis-feature-list article > span svg {
	height: 25px;
	width: 25px;
}

.hobbis-feature-list h3 {
	font-size: 1.24rem;
	margin: 3px 0 7px;
}

.hobbis-feature-list p {
	color: var(--hobbis-muted);
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0;
}

/* Process */
.hobbis-process {
	background: #fff;
}

.hobbis-process__steps {
	counter-reset: hobbis-step;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
}

.hobbis-process__steps li {
	background: #fff;
	border: 1px solid var(--hobbis-line);
	border-radius: var(--hobbis-radius-md);
	min-height: 310px;
	padding: 32px;
	position: relative;
}

.hobbis-process__steps li:nth-child(2) {
	background: var(--hobbis-cream);
}

.hobbis-process__steps li:nth-child(3) {
	background: var(--hobbis-ink);
	border-color: var(--hobbis-ink);
}

.hobbis-process__number {
	color: var(--hobbis-line);
	font-size: 2.7rem;
	font-weight: 850;
	letter-spacing: -0.06em;
	position: absolute;
	right: 28px;
	top: 20px;
}

.hobbis-process__steps li:nth-child(3) .hobbis-process__number {
	color: rgba(255, 255, 255, 0.18);
}

.hobbis-process__icon {
	align-items: center;
	background: var(--hobbis-sky);
	border-radius: 17px;
	color: var(--hobbis-ink);
	display: flex;
	height: 58px;
	justify-content: center;
	margin-bottom: 52px;
	width: 58px;
}

.hobbis-process__steps li:nth-child(2) .hobbis-process__icon {
	background: #f7e7bd;
}

.hobbis-process__steps li:nth-child(3) .hobbis-process__icon {
	background: var(--hobbis-gold);
}

.hobbis-process__icon svg {
	height: 28px;
	width: 28px;
}

.hobbis-process h3 {
	font-size: 1.35rem;
	margin: 0 0 10px;
}

.hobbis-process p {
	color: var(--hobbis-muted);
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0;
}

.hobbis-process__steps li:nth-child(3) h3 {
	color: #fff;
}

.hobbis-process__steps li:nth-child(3) p {
	color: rgba(255, 255, 255, 0.7);
}

/* Final CTA */
.hobbis-final-cta {
	background: var(--hobbis-ink);
	color: rgba(255, 255, 255, 0.78);
	padding-block: clamp(68px, 8vw, 98px);
	position: relative;
}

.hobbis-final-cta::before {
	background: var(--hobbis-gold);
	border-radius: 50%;
	content: "";
	filter: blur(1px);
	height: 280px;
	opacity: 0.11;
	position: absolute;
	right: -90px;
	top: -120px;
	width: 280px;
}

.hobbis-final-cta__inner {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1fr) auto;
	position: relative;
}

.hobbis-final-cta .hobbis-kicker {
	color: var(--hobbis-gold);
}

.hobbis-final-cta h2 {
	color: #fff;
	max-width: 760px;
}

.hobbis-final-cta p:not(.hobbis-kicker) {
	margin: 18px 0 0;
}

.hobbis-final-cta__actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.hobbis-final-cta__login {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
}

.hobbis-final-cta__login:hover {
	color: #fff;
}

/* Footer */
.hobbis-experience #colophon {
	display: none;
}

.hobbis-footer {
	background: #10192c;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.88rem;
}

.hobbis-footer__inner {
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(260px, 1.3fr) minmax(190px, 0.7fr) minmax(220px, 0.8fr);
	margin-inline: auto;
	max-width: 1220px;
	padding: 72px 28px 58px;
}

.hobbis-footer__logo {
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1;
	text-decoration: none;
}

.hobbis-footer__brand p {
	line-height: 1.6;
	margin: 20px 0 0;
	max-width: 370px;
}

.hobbis-footer h2 {
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.hobbis-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hobbis-footer li + li,
.hobbis-footer__contact p + p {
	margin-top: 9px;
}

.hobbis-footer a:not(.hobbis-footer__logo) {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.hobbis-footer a:hover {
	color: var(--hobbis-gold);
}

.hobbis-footer__contact p {
	line-height: 1.5;
	margin: 0;
}

.hobbis-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-inline: auto;
	max-width: 1164px;
	padding: 22px 0 30px;
}

.hobbis-footer__bottom p {
	font-size: 0.74rem;
	margin: 0;
}

/* Account, registration and WooCommerce surfaces */
.hobbis-experience:not(.home) #content.site-content {
	background: var(--hobbis-cream);
	min-height: 62vh;
	padding-block: clamp(52px, 7vw, 90px);
}

.hobbis-experience:not(.home) #content > .ast-container,
.hobbis-experience:not(.home) .site-main {
	max-width: 1120px;
}

.hobbis-experience:not(.home) article.page,
.hobbis-experience.woocommerce-account .woocommerce {
	background: #fff;
	border: 1px solid rgba(23, 35, 61, 0.08);
	border-radius: var(--hobbis-radius-md);
	box-shadow: var(--hobbis-shadow-sm);
	padding: clamp(28px, 5vw, 58px);
}

.hobbis-experience .entry-title {
	font-size: clamp(2.1rem, 5vw, 3.8rem);
}

.hobbis-experience label {
	color: var(--hobbis-ink);
	font-size: 0.86rem;
	font-weight: 700;
}

.hobbis-experience input[type="text"],
.hobbis-experience input[type="email"],
.hobbis-experience input[type="tel"],
.hobbis-experience input[type="password"],
.hobbis-experience input[type="number"],
.hobbis-experience input[type="search"],
.hobbis-experience input[type="url"],
.hobbis-experience select,
.hobbis-experience textarea {
	background: #fff;
	border: 1px solid #cfd7e2;
	border-radius: 10px;
	box-shadow: none;
	color: var(--hobbis-ink);
	min-height: 50px;
	padding: 12px 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hobbis-experience textarea {
	min-height: 130px;
	resize: vertical;
}

.hobbis-experience input:focus,
.hobbis-experience select:focus,
.hobbis-experience textarea:focus {
	border-color: var(--hobbis-gold-dark);
	box-shadow: 0 0 0 4px rgba(228, 165, 46, 0.15);
}

.hobbis-experience button,
.hobbis-experience input[type="submit"],
.hobbis-experience .button,
.hobbis-experience .wp-element-button,
.hobbis-experience .woocommerce a.button,
.hobbis-experience .woocommerce button.button,
.hobbis-experience .woocommerce input.button {
	background: var(--hobbis-ink);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 750;
	min-height: 48px;
	padding: 13px 22px;
}

.hobbis-experience button:hover,
.hobbis-experience input[type="submit"]:hover,
.hobbis-experience .button:hover,
.hobbis-experience .woocommerce a.button:hover,
.hobbis-experience .woocommerce button.button:hover,
.hobbis-experience .woocommerce input.button:hover {
	background: var(--hobbis-gold);
	color: var(--hobbis-ink);
}

.hobbis-account-prompt {
	background: var(--hobbis-sky);
	border-radius: var(--hobbis-radius-md);
	margin-top: 34px;
	padding: clamp(28px, 5vw, 48px);
}

.hobbis-account-prompt h2 {
	font-size: clamp(1.7rem, 3.8vw, 2.7rem);
	margin: 0;
}

.hobbis-account-prompt p {
	margin: 16px 0 24px;
	max-width: 680px;
}

.hobbis-experience .woocommerce-error,
.hobbis-experience .woocommerce-info,
.hobbis-experience .woocommerce-message {
	background: #fff;
	border: 0;
	border-left: 4px solid var(--hobbis-gold);
	border-radius: 10px;
	box-shadow: var(--hobbis-shadow-sm);
	color: var(--hobbis-text);
}

.hobbis-experience .woocommerce nav.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hobbis-experience .woocommerce nav.woocommerce-MyAccount-navigation li a {
	border-bottom: 1px solid var(--hobbis-line);
	color: var(--hobbis-ink);
	display: block;
	font-weight: 650;
	padding: 12px 8px;
	text-decoration: none;
}

.hobbis-experience .woocommerce nav.woocommerce-MyAccount-navigation li.is-active a {
	color: var(--hobbis-gold-dark);
}

/* Tablet */
@media (max-width: 1050px) {
	.hobbis-hero__grid {
		gap: 48px;
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	}

	.hobbis-hero__visual {
		min-height: 460px;
	}

	.hobbis-hero-product__image {
		height: 330px;
	}

	.hobbis-floating-chip--top {
		right: -8px;
	}

	.hobbis-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hobbis-professional__grid {
		gap: 50px;
		grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1fr);
	}

	.hobbis-footer__inner {
		gap: 40px;
	}
}

@media (max-width: 921px) {
	.admin-bar.hobbis-experience #masthead {
		top: 46px;
	}

	.hobbis-experience #masthead .ast-builder-grid-row {
		min-height: 68px;
	}

	.hobbis-experience .ast-mobile-popup-drawer .ast-mobile-popup-inner {
		background: #fff;
	}

	.hobbis-experience .ast-mobile-popup-drawer .main-header-menu .menu-link {
		color: var(--hobbis-ink);
		font-size: 1.05rem;
		min-height: 56px;
		padding-inline: 26px;
	}

	.hobbis-experience .ast-mobile-popup-drawer .hobbis-menu-cta .menu-link {
		border-radius: 10px;
		color: #fff;
		margin: 14px 22px 0;
		padding-inline: 20px;
	}

	.hobbis-hero {
		min-height: 0;
	}

	.hobbis-hero__grid {
		grid-template-columns: 1fr;
	}

	.hobbis-hero__content {
		max-width: 760px;
	}

	.hobbis-hero__visual {
		margin-inline: auto;
		max-width: 520px;
		min-height: 500px;
		width: 100%;
	}

	.hobbis-hero-product {
		left: 50%;
		transform: translateX(-50%) rotate(1.5deg);
	}

	.hobbis-trust__grid > div {
		padding-inline: 18px;
	}

	.hobbis-professional__grid {
		grid-template-columns: 1fr;
	}

	.hobbis-professional__intro {
		max-width: 750px;
	}

	.hobbis-process__steps {
		grid-template-columns: 1fr;
	}

	.hobbis-process__steps li {
		min-height: 260px;
	}

	.hobbis-process__icon {
		margin-bottom: 36px;
	}

	.hobbis-final-cta__inner {
		grid-template-columns: 1fr;
	}

	.hobbis-final-cta__actions {
		align-items: flex-start;
	}
}

/* Mobile */
@media (max-width: 720px) {
	.hobbis-experience {
		font-size: 16px;
	}

	.hobbis-shell {
		padding-inline: 20px;
	}

	.hobbis-section {
		padding-block: 70px;
	}

	.hobbis-hero {
		padding-block: 66px 72px;
	}

	.hobbis-hero::after {
		display: none;
	}

	.hobbis-hero h1 {
		font-size: clamp(2.72rem, 14vw, 4.2rem);
	}

	.hobbis-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hobbis-button {
		width: 100%;
	}

	.hobbis-action-note {
		text-align: center;
	}

	.hobbis-hero__benefits {
		align-items: flex-start;
		flex-direction: column;
	}

	.hobbis-hero__visual {
		min-height: 410px;
	}

	.hobbis-hero__halo--one {
		height: 320px;
		right: 0;
		width: 320px;
	}

	.hobbis-hero-product {
		border-radius: 26px;
		max-width: 330px;
	}

	.hobbis-hero-product__image {
		height: 280px;
		padding: 22px;
	}

	.hobbis-floating-chip {
		font-size: 0.72rem;
		padding: 9px 12px;
	}

	.hobbis-floating-chip--top {
		right: -3px;
		top: 48px;
	}

	.hobbis-floating-chip--bottom {
		bottom: 16px;
		left: -4px;
	}

	.hobbis-trust {
		padding-block: 12px;
	}

	.hobbis-trust__grid {
		grid-template-columns: 1fr;
	}

	.hobbis-trust__grid > div {
		padding: 17px 0;
	}

	.hobbis-trust__grid > div + div {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.hobbis-section-heading {
		display: block;
		margin-bottom: 34px;
	}

	.hobbis-section-heading > p {
		margin-top: 18px;
	}

	.hobbis-section-heading h2,
	.hobbis-professional h2,
	.hobbis-final-cta h2 {
		font-size: clamp(2.08rem, 10vw, 3rem);
	}

	.hobbis-category-grid {
		grid-template-columns: 1fr;
	}

	.hobbis-category-card__image {
		height: 235px;
	}

	.hobbis-feature-list {
		padding-inline: 22px;
	}

	.hobbis-feature-list article {
		gap: 15px;
		grid-template-columns: 46px 1fr;
	}

	.hobbis-feature-list article > span {
		border-radius: 13px;
		height: 46px;
		width: 46px;
	}

	.hobbis-process__steps li {
		min-height: 0;
		padding: 28px;
	}

	.hobbis-footer__inner {
		grid-template-columns: 1fr;
		padding: 58px 20px 46px;
	}

	.hobbis-footer__bottom {
		margin-inline: 20px;
	}

	.hobbis-experience:not(.home) #content.site-content {
		padding-block: 34px 54px;
	}

	.hobbis-experience:not(.home) article.page,
	.hobbis-experience.woocommerce-account .woocommerce {
		border-radius: 16px;
		padding: 24px 20px;
	}
}

@media (max-width: 420px) {
	.hobbis-hero__visual {
		min-height: 380px;
	}

	.hobbis-hero-product {
		width: calc(100% - 18px);
	}

	.hobbis-hero-product__image {
		height: 250px;
	}

	.hobbis-floating-chip--bottom {
		bottom: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hobbis-experience *,
	.hobbis-experience *::before,
	.hobbis-experience *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
