/* Site-wide welcome offer: a responsive, pointer-reactive cloud membrane. */
.fuzz-welcome-pop {
	--welcome-paper: #f6f1e8;
	--welcome-paper-soft: #fffdf8;
	--welcome-ink: #34322f;
	--welcome-olive: #748248;
	--welcome-sage: #dce5d1;
	--welcome-blue: #aebdca;
	--welcome-pink: #e8c0b7;
	width: min(1000px, calc(100% - 32px));
	height: min(610px, calc(100svh - 32px));
	max-width: none;
	max-height: none;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--welcome-ink);
	overflow: visible;
	opacity: 0;
}

.fuzz-welcome-pop,
.fuzz-welcome-pop * { box-sizing: border-box; }

.fuzz-welcome-pop[open] { display: block; }

.fuzz-welcome-pop.is-fallback-open {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	margin: auto;
	box-shadow: 0 0 0 100vmax rgba(48, 46, 42, 0.5);
}

.fuzz-welcome-pop::backdrop {
	background: rgba(48, 46, 42, 0.5);
	backdrop-filter: blur(9px) saturate(0.92);
	-webkit-backdrop-filter: blur(9px) saturate(0.92);
	opacity: 0;
	transition: opacity 420ms ease;
}

.fuzz-welcome-pop[open]::backdrop { opacity: 1; }
.fuzz-welcome-open { overflow: hidden; }

.fuzz-welcome-pop__shell {
	--pointer-x: 72%;
	--pointer-y: 30%;
	position: relative;
	display: grid;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: visible;
	isolation: isolate;
	perspective: 1200px;
	transform-style: preserve-3d;
	overscroll-behavior: none;
}

/* The visible outline is assembled from a soft core and eight movable lobes. */
.fuzz-welcome-pop__cloud-surface {
	position: absolute;
	inset: 0;
	z-index: 0;
	filter: drop-shadow(0 34px 42px rgba(50, 46, 39, 0.22)) drop-shadow(0 8px 14px rgba(50, 46, 39, 0.1));
	pointer-events: none;
	transform-style: preserve-3d;
	will-change: transform;
}

.fuzz-welcome-pop__cloud-core,
.fuzz-welcome-pop__lobe {
	position: absolute;
	display: block;
	border: 1px solid rgba(86, 82, 72, 0.1);
	background:
		radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.96) 0 8%, rgba(255, 255, 255, 0.16) 34%, transparent 57%),
		linear-gradient(132deg, rgba(255, 253, 248, 0.98), rgba(246, 241, 232, 0.96) 56%, rgba(226, 233, 216, 0.96));
	box-shadow:
		inset 14px 15px 26px rgba(255, 255, 255, 0.78),
		inset -15px -17px 28px rgba(122, 130, 101, 0.12),
		0 7px 18px rgba(72, 68, 59, 0.08);
}

.fuzz-welcome-pop__cloud-core {
	inset: 24px 28px;
	border-radius: 31% 28% 33% 27% / 24% 31% 25% 33%;
}

.fuzz-welcome-pop__lobe {
	border-radius: 50%;
	transform-origin: center;
	will-change: transform;
}

.fuzz-welcome-pop__lobe--one { top: 5px; left: 5%; width: 24%; height: 39%; }
.fuzz-welcome-pop__lobe--two { top: 0; left: 27%; width: 28%; height: 36%; }
.fuzz-welcome-pop__lobe--three { top: 3px; right: 22%; width: 24%; height: 38%; }
.fuzz-welcome-pop__lobe--four { top: 8%; right: 1%; width: 23%; height: 43%; }
.fuzz-welcome-pop__lobe--five { right: 2%; bottom: 2%; width: 25%; height: 43%; }
.fuzz-welcome-pop__lobe--six { right: 24%; bottom: 0; width: 29%; height: 35%; }
.fuzz-welcome-pop__lobe--seven { left: 23%; bottom: 2px; width: 28%; height: 36%; }
.fuzz-welcome-pop__lobe--eight { left: 0; bottom: 6%; width: 25%; height: 46%; }

.fuzz-welcome-pop__cloud-gloss {
	position: absolute;
	inset: 32px 35px;
	display: block;
	border-radius: 31% 27% 32% 29% / 25% 31% 26% 33%;
	background:
		radial-gradient(circle 190px at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.78), transparent 70%),
		linear-gradient(120deg, rgba(255, 255, 255, 0.2), transparent 36% 70%, rgba(174, 189, 202, 0.08));
	mix-blend-mode: screen;
	opacity: 0.78;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.fuzz-welcome-pop__cloud-core,
	.fuzz-welcome-pop__lobe {
		backdrop-filter: blur(16px) saturate(1.06);
		-webkit-backdrop-filter: blur(16px) saturate(1.06);
	}
}

.fuzz-welcome-pop__close {
	position: absolute;
	top: 20px;
	right: 24px;
	z-index: 12;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(52, 50, 47, 0.16);
	border-radius: 50%;
	background: rgba(255, 253, 248, 0.88);
	box-shadow: 0 9px 24px rgba(52, 50, 47, 0.1), inset 0 1px 0 #fff;
	color: var(--welcome-ink);
	cursor: pointer;
	font: 500 28px/1 var(--fuzz-body, Manrope, sans-serif);
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.fuzz-welcome-pop__close:hover,
.fuzz-welcome-pop__close:focus-visible {
	background: var(--welcome-ink);
	color: var(--welcome-paper-soft);
	transform: rotate(7deg) scale(1.04);
}

.fuzz-welcome-pop__close:focus-visible,
.fuzz-welcome-pop__form input:focus-visible,
.fuzz-welcome-pop__form button:focus-visible,
.fuzz-welcome-pop__code:focus-visible,
.fuzz-welcome-pop__support:focus-visible {
	outline: 3px solid rgba(116, 130, 72, 0.44);
	outline-offset: 3px;
}

.fuzz-welcome-pop__atmosphere,
.fuzz-welcome-pop__characters {
	position: absolute;
	inset: 22px 27px;
	pointer-events: none;
	overflow: clip;
	border-radius: 30% 27% 31% 28% / 23% 30% 25% 31%;
	contain: paint;
}

.fuzz-welcome-pop__atmosphere { z-index: 1; }

.fuzz-welcome-pop__atmosphere::after {
	position: absolute;
	inset: 0;
	content: "";
	background: radial-gradient(circle 145px at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.68), rgba(220, 229, 209, 0.12) 48%, transparent 74%);
	opacity: 0.76;
}

.fuzz-welcome-pop__cloud {
	position: absolute;
	display: block;
	border-radius: 45% 55% 62% 38% / 53% 42% 58% 47%;
	filter: blur(2px);
	opacity: 0.54;
}

.fuzz-welcome-pop__cloud--one {
	top: -32%;
	right: -10%;
	width: 62%;
	aspect-ratio: 1.14;
	background: radial-gradient(circle at 42% 56%, rgba(220, 229, 209, 0.82), rgba(220, 229, 209, 0) 68%);
}

.fuzz-welcome-pop__cloud--two {
	bottom: -42%;
	left: 17%;
	width: 70%;
	aspect-ratio: 1.45;
	background: radial-gradient(circle at 52% 38%, rgba(232, 192, 183, 0.24), rgba(174, 189, 202, 0.06) 50%, transparent 72%);
}

.fuzz-welcome-pop__wash {
	position: absolute;
	top: 18%;
	right: 6%;
	width: 44%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(220, 229, 209, 0.48) 42%, transparent 72%);
	filter: blur(12px);
	opacity: 0;
	transform: scale(0.45);
}

.fuzz-welcome-pop__characters { z-index: 3; }

.fuzz-welcome-pop__pose {
	position: absolute;
	right: -1%;
	bottom: -2%;
	width: 61%;
	height: auto;
	max-width: none;
	aspect-ratio: 3 / 2;
	object-fit: contain;
	object-position: center bottom;
	-webkit-mask-image: radial-gradient(ellipse 68% 72% at 56% 57%, #000 56%, rgba(0, 0, 0, 0.94) 65%, transparent 84%);
	mask-image: radial-gradient(ellipse 68% 72% at 56% 57%, #000 56%, rgba(0, 0, 0, 0.94) 65%, transparent 84%);
	opacity: 0;
	visibility: hidden;
	transform-origin: 62% 72%;
	will-change: transform, opacity;
}

.fuzz-welcome-pop__pose.is-active { opacity: 1; visibility: visible; }

.fuzz-welcome-pop__character-note {
	position: absolute;
	right: 8%;
	top: 15%;
	z-index: 2;
	padding: 7px 13px 5px;
	border: 1px solid rgba(116, 130, 72, 0.18);
	border-radius: 999px 999px 999px 12px;
	background: rgba(255, 253, 248, 0.86);
	box-shadow: 0 8px 20px rgba(52, 50, 47, 0.08);
	color: var(--welcome-olive);
	font: 700 16px/1.1 var(--fuzz-hand, Kalam, cursive);
	transform: rotate(3deg);
}

.fuzz-welcome-pop__content {
	position: relative;
	z-index: 7;
	width: 58%;
	padding: clamp(46px, 6vw, 72px) clamp(30px, 5.2vw, 64px) clamp(42px, 5vw, 62px);
}

.fuzz-welcome-pop__eyebrow {
	margin: 0 0 12px;
	color: var(--welcome-olive);
	font: 700 clamp(16px, 1.45vw, 19px)/1.25 var(--fuzz-hand, Kalam, cursive);
	letter-spacing: 0.015em;
}

.fuzz-welcome-pop__content h2 {
	max-width: 10ch;
	margin: 0;
	color: var(--welcome-ink);
	font-family: var(--fuzz-display, Manrope, sans-serif);
	font-size: clamp(42px, 5.15vw, 64px);
	font-weight: 780;
	line-height: 0.98;
	letter-spacing: -0.052em;
	text-wrap: balance;
}

.fuzz-welcome-pop__offer-heading { overflow: clip; }

.fuzz-welcome-pop__copy,
.fuzz-welcome-pop__content > p:not(.fuzz-welcome-pop__eyebrow, .fuzz-welcome-pop__notice, .fuzz-welcome-pop__terms) {
	max-width: 39ch;
	margin: 17px 0 0;
	color: rgba(52, 50, 47, 0.82);
	font: 500 clamp(16px, 1.35vw, 18px)/1.48 var(--fuzz-body, Manrope, sans-serif);
}

.fuzz-welcome-pop__notice {
	max-width: 42ch;
	margin: 12px 0 0;
	padding: 9px 12px;
	border-left: 3px solid var(--welcome-olive);
	border-radius: 0 10px 10px 0;
	background: rgba(220, 229, 209, 0.5);
	font: 600 14px/1.4 var(--fuzz-body, Manrope, sans-serif);
}

.fuzz-welcome-pop__form { max-width: 520px; margin-top: 23px; }

.fuzz-welcome-pop__form > label:not(.fuzz-welcome-pop__consent, .fuzz-honeypot) {
	display: block;
	margin: 0 0 7px;
	font: 700 14px/1.25 var(--fuzz-body, Manrope, sans-serif);
}

.fuzz-welcome-pop__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 9px;
}

.fuzz-welcome-pop__row input,
.fuzz-welcome-pop__row button {
	min-height: 50px;
	border-radius: 15px;
	font-family: var(--fuzz-body, Manrope, sans-serif);
	font-size: 15px;
}

.fuzz-welcome-pop__row input {
	min-width: 0;
	padding: 0 16px;
	border: 1px solid rgba(52, 50, 47, 0.24);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: inset 0 1px 2px rgba(52, 50, 47, 0.04);
	color: var(--welcome-ink);
}

.fuzz-welcome-pop__row button {
	padding: 0 20px;
	border: 1px solid var(--welcome-ink);
	background: var(--welcome-ink);
	color: #fffdf8;
	cursor: pointer;
	font-weight: 750;
	white-space: nowrap;
}

.fuzz-welcome-pop__consent {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	align-items: start;
	margin-top: 11px;
	color: rgba(52, 50, 47, 0.78);
	font: 500 14px/1.38 var(--fuzz-body, Manrope, sans-serif);
}

.fuzz-welcome-pop__consent input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--welcome-olive);
}

.fuzz-welcome-pop__terms {
	margin: 11px 0 0;
	color: rgba(52, 50, 47, 0.62);
	font: 600 13px/1.35 var(--fuzz-body, Manrope, sans-serif);
}

.fuzz-welcome-pop__code {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 4px 20px;
	align-items: center;
	width: min(100%, 390px);
	margin-top: 24px;
	padding: 17px 19px;
	border: 1px dashed rgba(52, 50, 47, 0.32);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.66);
	color: var(--welcome-ink);
	cursor: pointer;
	text-align: left;
}

.fuzz-welcome-pop__code span,
.fuzz-welcome-pop__code small { font: 650 13px/1.25 var(--fuzz-body, Manrope, sans-serif); }

.fuzz-welcome-pop__code strong {
	grid-row: 1 / span 2;
	grid-column: 2;
	font: 800 19px/1.1 var(--fuzz-display, Manrope, sans-serif);
	letter-spacing: 0.03em;
}

.fuzz-welcome-pop__support {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-top: 24px;
	padding-bottom: 4px;
	border-bottom: 1px solid currentColor;
	color: var(--welcome-ink);
	font: 750 15px/1.2 var(--fuzz-body, Manrope, sans-serif);
	text-decoration: none;
}

.fuzz-welcome-pop__paw {
	position: absolute;
	z-index: 8;
	width: var(--paw-size, 27px);
	height: var(--paw-size, 27px);
	pointer-events: none;
	transform-origin: center;
}

.fuzz-welcome-pop__paw i,
.fuzz-welcome-pop__paw b {
	position: absolute;
	display: block;
	background: var(--paw-color, rgba(116, 130, 72, 0.55));
	box-shadow: 0 1px 2px rgba(52, 50, 47, 0.08);
}

.fuzz-welcome-pop__paw i { width: 24%; height: 29%; border-radius: 55% 55% 48% 48%; }
.fuzz-welcome-pop__paw i:nth-child(1) { left: 4%; top: 21%; transform: rotate(-28deg); }
.fuzz-welcome-pop__paw i:nth-child(2) { left: 27%; top: 2%; transform: rotate(-9deg); }
.fuzz-welcome-pop__paw i:nth-child(3) { right: 27%; top: 2%; transform: rotate(9deg); }
.fuzz-welcome-pop__paw i:nth-child(4) { right: 4%; top: 21%; transform: rotate(28deg); }

.fuzz-welcome-pop__paw b {
	left: 24%;
	bottom: 3%;
	width: 52%;
	height: 52%;
	border-radius: 52% 52% 58% 58% / 62% 62% 42% 42%;
}

.fuzz-welcome-pop__paw--cat { --paw-size: 24px; --paw-color: rgba(155, 128, 126, 0.5); }
.fuzz-welcome-pop__paw--dog { --paw-size: 29px; --paw-color: rgba(116, 130, 72, 0.52); }

@media (max-width: 760px) {
	.fuzz-welcome-pop {
		width: min(100% - 16px, 590px);
		height: min(780px, calc(100svh - 16px));
	}

	.fuzz-welcome-pop__cloud-core { inset: 14px 13px; border-radius: 29% 32% 25% 31% / 18% 20% 17% 21%; }
	.fuzz-welcome-pop__cloud-gloss { inset: 20px 17px; }
	.fuzz-welcome-pop__lobe--one { left: 2%; width: 34%; height: 24%; }
	.fuzz-welcome-pop__lobe--two { left: 25%; width: 40%; height: 22%; }
	.fuzz-welcome-pop__lobe--three { right: 12%; width: 34%; height: 23%; }
	.fuzz-welcome-pop__lobe--four { top: 9%; right: 0; width: 31%; height: 29%; }
	.fuzz-welcome-pop__lobe--five { right: 0; bottom: 4%; width: 34%; height: 26%; }
	.fuzz-welcome-pop__lobe--six { right: 18%; width: 43%; height: 21%; }
	.fuzz-welcome-pop__lobe--seven { left: 17%; width: 41%; height: 21%; }
	.fuzz-welcome-pop__lobe--eight { left: 0; bottom: 7%; width: 32%; height: 27%; }

	.fuzz-welcome-pop__atmosphere,
	.fuzz-welcome-pop__characters {
		inset: 13px 12px;
		border-radius: 28% 30% 24% 30% / 17% 19% 16% 20%;
	}

	.fuzz-welcome-pop__characters { height: 222px; }
	.fuzz-welcome-pop__pose {
		top: -13px;
		right: -1%;
		bottom: auto;
		width: 92%;
	}

	.fuzz-welcome-pop__character-note { top: 27px; right: auto; left: 25px; font-size: 15px; }
	.fuzz-welcome-pop__content { width: auto; padding: 206px 27px 28px; }
	.fuzz-welcome-pop__content h2 { max-width: 11ch; font-size: clamp(37px, 10.5vw, 50px); }
	.fuzz-welcome-pop__eyebrow { margin-bottom: 9px; }

	.fuzz-welcome-pop__copy,
	.fuzz-welcome-pop__content > p:not(.fuzz-welcome-pop__eyebrow, .fuzz-welcome-pop__notice, .fuzz-welcome-pop__terms) {
		margin-top: 13px;
		font-size: 16px;
	}

	.fuzz-welcome-pop__form { margin-top: 17px; }
	.fuzz-welcome-pop__row { grid-template-columns: 1fr; gap: 8px; }
	.fuzz-welcome-pop__row input,
	.fuzz-welcome-pop__row button { min-height: 47px; }
	.fuzz-welcome-pop__row button { width: 100%; }
	.fuzz-welcome-pop__consent { margin-top: 9px; font-size: 13.5px; }
	.fuzz-welcome-pop__terms { margin-top: 9px; }
}

@media (max-width: 380px), (max-height: 720px) and (max-width: 760px) {
	.fuzz-welcome-pop__characters { height: 160px; }
	.fuzz-welcome-pop__pose { top: -5px; width: 78%; }
	.fuzz-welcome-pop__character-note { top: 21px; }
	.fuzz-welcome-pop__content { padding: 145px 22px 18px; }
	.fuzz-welcome-pop__content h2 { font-size: clamp(34px, 9.8vw, 42px); }
	.fuzz-welcome-pop__eyebrow { font-size: 15px; }
	.fuzz-welcome-pop__copy,
	.fuzz-welcome-pop__content > p:not(.fuzz-welcome-pop__eyebrow, .fuzz-welcome-pop__notice, .fuzz-welcome-pop__terms) { margin-top: 10px; font-size: 15px; line-height: 1.38; }
	.fuzz-welcome-pop__notice { margin-top: 8px; padding: 7px 10px; font-size: 13px; line-height: 1.3; }
	.fuzz-welcome-pop__form { margin-top: 9px; }
	.fuzz-welcome-pop__row input,
	.fuzz-welcome-pop__row button { min-height: 41px; }
	.fuzz-welcome-pop__consent { margin-top: 6px; font-size: 12.5px; line-height: 1.25; }
	.fuzz-welcome-pop__terms { margin-top: 5px; font-size: 11.5px; }
	.fuzz-welcome-pop__close { top: 13px; right: 15px; width: 41px; height: 41px; }
}

@media (min-width: 761px) and (max-height: 570px) {
	.fuzz-welcome-pop { height: calc(100svh - 20px); }
	.fuzz-welcome-pop__content { padding-top: 35px; padding-bottom: 34px; }
	.fuzz-welcome-pop__content h2 { font-size: clamp(38px, 4.7vw, 54px); }
	.fuzz-welcome-pop__copy { margin-top: 12px; }
	.fuzz-welcome-pop__form { margin-top: 15px; }
	.fuzz-welcome-pop__consent { margin-top: 8px; }
	.fuzz-welcome-pop__terms { margin-top: 7px; }
}

@media (prefers-reduced-motion: reduce) {
	.fuzz-welcome-pop::backdrop { transition: none; }
	.fuzz-welcome-pop__paw { display: none; }
	.fuzz-welcome-pop__cloud-surface,
	.fuzz-welcome-pop__lobe { will-change: auto; }
}
