.tp-native-ugc {
	padding: 16px 0 22px;
	background: #fbf6ee;
	color: #241712;
}

.tp-native-ugc__shell {
	width: min(1300px, calc(100% - 72px));
	margin-inline: auto;
	padding: 0;
}

.tp-native-ugc__head {
	margin: 0;
	text-align: left;
}

.tp-native-ugc__kicker {
	display: inline-flex;
	position: relative;
	align-self: flex-start;
	width: auto;
	min-height: 30px;
	margin: 0;
	padding: 7px 12px 7px 25px;
	border: 1px solid #9a8979;
	border-radius: 999px;
	background: #fbf6ee;
	color: #3a2a22;
	font-size: 0.625rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tp-native-ugc__kicker::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c77b4f;
	box-shadow: 0 0 0 2px #ead9c9;
	transform: translateY(-50%);
}

.tp-native-ugc__title {
	max-width: none;
	margin: 0;
	color: #241712;
	font-family: var(--tp-font-heading);
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.028em;
}

.tp-native-ugc__intro {
	max-width: none;
	margin: 0;
	color: #4e4540;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
}

.tp-native-ugc__board {
	position: relative;
	height: 650px;
	overflow: hidden;
	margin: 0;
	border: 1px solid #493327;
	border-radius: 25px;
	background:
		radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.035) 0 1px, transparent 1.5px) 0 0 / 12px 12px,
		radial-gradient(circle at 72% 63%, rgba(255, 255, 255, 0.025) 0 1px, transparent 1.5px) 3px 5px / 15px 15px,
		linear-gradient(135deg, #3d281d 0%, #2f1e16 52%, #3a251a 100%);
	box-shadow: 0 8px 15px rgba(55, 34, 23, 0.25);
}

.tp-native-ugc__board-label {
	position: absolute;
	z-index: 30;
	left: 3%;
	top: 2.2%;
	width: auto;
	margin: 0;
	color: #d5c4b5;
	font-size: 0.625rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.tp-native-ugc__card {
	--r: 0deg;
	position: absolute;
	z-index: 4;
	display: block;
	margin: 0;
	padding: 10px 10px 24px;
	border: 1px solid #e2d7cd;
	background: #fffaf3;
	box-shadow: 0 8px 15px rgba(15, 8, 4, 0.3);
	transform: rotate(var(--r));
	transform-origin: 50% 8%;
	transition: transform 0.3s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.3s ease, z-index 0s 0.12s;
}

.tp-native-ugc__card::after,
.tp-native-ugc__note::after {
	content: '';
	position: absolute;
	z-index: 8;
	left: 50%;
	top: -13px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 38% 32%, #ffe3a4 0 8%, #d89a3b 28%, #8b501d 70%, #5a3012 100%);
	box-shadow: 0 3px 4px rgba(15, 8, 4, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.65);
	transform: translateX(-50%);
}

.tp-native-ugc__card:hover {
	z-index: 20;
	box-shadow: 0 22px 34px rgba(15, 8, 4, 0.42);
	transform: translateY(-12px) rotate(var(--r)) scale(1.025);
}

.tp-native-ugc__card--1 { --r: -3deg; left: 2.5%; top: 9%; width: 23%; height: auto; aspect-ratio: 1 / 1; }
.tp-native-ugc__card--2 { --r: 0.8deg; left: 26.3%; top: 8%; width: 19.5%; height: 46%; }
.tp-native-ugc__card--3 { --r: 3deg; left: 47.5%; top: 8%; width: 20%; height: 44%; }
.tp-native-ugc__card--4 { --r: 5deg; right: 6.2%; top: 8%; width: 25%; height: 45%; }
.tp-native-ugc__card--5 { --r: -1.5deg; left: 2.5%; bottom: 6%; width: 17%; height: 42%; }
.tp-native-ugc__card--6 { --r: 2deg; left: 21%; bottom: 7%; width: 19%; height: 35%; }
.tp-native-ugc__card--7 { --r: -2deg; left: 40.5%; bottom: 0.5%; width: 26%; height: auto; aspect-ratio: 1 / 1; }
.tp-native-ugc__card--8 { --r: -6deg; right: 6%; bottom: 6%; width: 22%; height: 43%; z-index: 8; }

.tp-native-ugc__image {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: #d2c0ae;
}

.tp-native-ugc__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tp-native-ugc__caption {
	display: none;
	position: absolute;
	z-index: 5;
	left: 10px;
	right: 10px;
	bottom: 8px;
	margin: 0;
	color: #3c2a21;
	font-family: var(--tp-font-heading);
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tp-native-ugc__note {
	--r: 0deg;
	position: absolute;
	z-index: 12;
	min-height: 105px;
	margin: 0;
	padding: 21px 18px 14px;
	border: 1px solid #d7a979;
	border-radius: 7px;
	background: #f5c996;
	box-shadow: 0 8px 14px rgba(25, 12, 5, 0.28);
	transform: rotate(var(--r));
	transform-origin: 50% 8%;
	transition: transform 0.3s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.3s ease;
}

.tp-native-ugc__note:hover {
	box-shadow: 0 18px 26px rgba(25, 12, 5, 0.36);
	transform: translateY(-9px) rotate(var(--r)) scale(1.025);
}

.tp-native-ugc__note--1 { --r: -1.5deg; left: 18%; bottom: 0; width: 17%; }
.tp-native-ugc__note--2 { --r: 1.5deg; right: 1.5%; bottom: 2%; width: 16%; }

.tp-native-ugc__note-copy {
	margin: 0 0 15px;
	color: #3a241a;
	font-family: var(--tp-font-heading);
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.18;
}

.tp-native-ugc__note-label {
	margin: 0;
	color: #6d4631;
	font-size: 0.5rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.tp-native-ugc__note--1 {
		left: 11.5%;
		bottom: 0;
		transform: rotate(var(--r)) scale(0.667);
	}

	.tp-native-ugc__note--1:hover {
		transform: translateY(-6px) rotate(var(--r)) scale(0.7);
	}

	.tp-native-ugc__note--2 {
		left: 61.5%;
		right: auto;
		bottom: 2%;
	}
}

.tp-native-ugc__footer {
	min-height: 54px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 18px 6px 0;
}

.tp-native-ugc__footer-copy,
.tp-native-ugc__footer-note {
	width: auto;
	margin: 0;
	color: #3e2b21;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.2;
}

.tp-native-ugc__footer-note {
	color: #4d4039;
	font-style: normal;
}

.tp-native-ugc__footer .wp-block-button__link {
	border-radius: 7px;
	background: #4a342b;
	color: #fffaf4;
	font-size: 0.75rem;
	font-weight: 800;
	text-decoration: none;
}

.tp-native-ugc.tp-native-reveal-item {
	opacity: 1;
	transform: none;
	filter: none;
}

@media (min-width: 768px) {
	.tp-native-ugc.tp-native-reveal-item {
		transition: background 0.3s, border 0.3s, box-shadow 0.3s, transform 0.4s;
	}
}

@media (max-width: 767px) {
	.tp-native-ugc.tp-native-reveal-item {
		opacity: 0;
		transform: translate3d(0, 90px, 0) scale(0.96);
		filter: blur(8px);
		transition: opacity 1.15s ease, transform 1.15s cubic-bezier(0.16, 0.84, 0.24, 1), filter 1s ease;
		will-change: opacity, transform, filter;
	}

	.tp-native-ugc.tp-native-reveal-item.is-visible {
		opacity: 1;
		transform: none;
		filter: blur(0);
	}
}

.tp-native-ugc__board.tp-native-reveal-item {
	transform: translateY(8px);
}

.tp-native-ugc__board.tp-native-reveal-item.is-visible {
	transform: none;
}

.tp-native-ugc__card.tp-native-reveal-item {
	opacity: 0;
	transform: translateY(8px) rotate(var(--r));
	transition-delay: var(--tp-reveal-delay, 0ms);
}

.tp-native-ugc__card.tp-native-reveal-item.is-visible {
	opacity: 1;
	transform: rotate(var(--r));
}

.tp-native-ugc__card.tp-native-reveal-item.is-visible:hover {
	transform: translateY(-12px) rotate(var(--r)) scale(1.025);
}

.tp-native-ugc__note.tp-native-reveal-item {
	opacity: 0;
	transform: translateY(8px) rotate(var(--r));
	transition-delay: var(--tp-reveal-delay, 0ms);
}

.tp-native-ugc__note.tp-native-reveal-item.is-visible {
	opacity: 1;
	transform: rotate(var(--r));
}

.tp-native-ugc__note.tp-native-reveal-item.is-visible:hover {
	transform: translateY(-9px) rotate(var(--r)) scale(1.025);
}

@media (max-width: 1050px) {
	.tp-native-ugc__shell {
		width: calc(100% - 42px);
	}

	.tp-native-ugc__board {
		height: 590px;
	}
}

@media (max-width: 850px) {
	.tp-native-ugc__board {
		height: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		padding: 60px 20px 130px;
		overflow: visible;
	}

	.tp-native-ugc__board-label {
		position: static;
		grid-column: 1 / -1;
		margin: 0;
	}

	.tp-native-ugc__card,
	.tp-native-ugc__card--1,
	.tp-native-ugc__card--2,
	.tp-native-ugc__card--3,
	.tp-native-ugc__card--4,
	.tp-native-ugc__card--5,
	.tp-native-ugc__card--6,
	.tp-native-ugc__card--7,
	.tp-native-ugc__card--8 {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		height: 330px;
		transform: rotate(var(--r));
	}

	.tp-native-ugc__card.tp-native-reveal-item {
		transform: translateY(8px) rotate(var(--r));
	}

	.tp-native-ugc__card.tp-native-reveal-item.is-visible {
		transform: rotate(var(--r));
	}

	.tp-native-ugc__card:hover {
		transform: translateY(-8px) rotate(var(--r)) scale(1.015);
	}

	.tp-native-ugc__card.tp-native-reveal-item.is-visible:hover {
		transform: translateY(-8px) rotate(var(--r)) scale(1.015);
	}

	.tp-native-ugc__note--1 {
		left: 4%;
		bottom: 16px;
		width: 42%;
	}

	.tp-native-ugc__note--2 {
		right: 4%;
		bottom: 16px;
		width: 42%;
	}
}

@media (max-width: 560px) {
	.tp-native-ugc__shell {
		width: calc(100% - 28px);
	}

	.tp-native-ugc__kicker {
		display: flex;
		min-height: 0;
		height: 16px;
		margin: 0 0 7px;
		padding: 0 13px;
		width: 186.406px;
		font-size: 0.40625rem;
		font-weight: 800;
		line-height: 1;
		letter-spacing: 0.08em;
	}

	.tp-native-ugc__title {
		max-width: 285px;
		font-size: 1.25rem;
		line-height: 1.04;
		letter-spacing: -0.02em;
	}

	.tp-native-ugc__intro {
		font-size: 0.8125rem;
		line-height: 1.4;
		height: 36.375px;
		overflow: hidden;
	}

	.tp-native-ugc__board {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding: 16px 10px 130px;
	}

	.tp-native-ugc__board-label {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		grid-column: 1 / -1;
		margin: 0 0 8px;
	}

	.tp-native-ugc__card,
	.tp-native-ugc__card--1,
	.tp-native-ugc__card--2,
	.tp-native-ugc__card--3,
	.tp-native-ugc__card--4,
	.tp-native-ugc__card--5,
	.tp-native-ugc__card--6,
	.tp-native-ugc__card--7,
	.tp-native-ugc__card--8 {
		height: 235px;
		padding: 7px 7px 30px;
	}

	.tp-native-ugc__caption {
		font-size: 0.5rem;
		line-height: 1.15;
	}

	.tp-native-ugc__note {
		min-height: 92px;
		padding: 14px 10px 10px;
	}

	.tp-native-ugc__note--1 {
		left: 3%;
		bottom: 12px;
		width: 45%;
	}

	.tp-native-ugc__note--2 {
		right: 3%;
		bottom: 12px;
		width: 45%;
	}

	.tp-native-ugc__note-copy {
		font-size: 0.9375rem;
		line-height: 1.5;
	}

	.tp-native-ugc__note-label {
		font-size: 0.5rem;
		line-height: 1;
	}

	.tp-native-ugc__footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		height: 95.1719px;
		min-height: 0;
	}

	.tp-native-ugc__footer-copy {
		width: 100%;
		height: 40.7812px;
		overflow: hidden;
		font-size: 1.0625rem;
		line-height: 1.5;
	}

	.tp-native-ugc__footer-note {
		display: none;
	}

	.tp-native-ugc__footer .wp-block-buttons,
	.tp-native-ugc__footer .wp-block-button,
	.tp-native-ugc__footer .wp-block-button__link {
		width: auto;
		text-align: center;
	}

	.tp-native-ugc__footer .wp-block-buttons {
		align-self: flex-start;
		height: 26.3906px;
		min-height: 26.3906px;
	}

	.tp-native-ugc__footer .wp-block-button,
	.tp-native-ugc__footer .wp-block-button__link {
		height: 26.3906px;
		min-height: 26.3906px;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 561px) and (max-width: 850px) {
	.tp-native-ugc {
		overflow-x: hidden;
	}

	.tp-native-ugc__title {
		font-size: 2.75rem;
		line-height: 1.04;
		letter-spacing: -0.028em;
	}

	.tp-native-ugc__board-label {
		position: absolute;
		left: 3%;
		top: 2.2%;
		width: auto;
		grid-column: auto;
		margin: 0;
	}
}
