body.offme-new-home #area-nav p {
	margin-bottom: 0 !important;
}

body.offme-new-home .container {
	margin-right: auto;
	margin-left: auto;
}

body.offme-new-home .offme-home-main {
	width: min(960px, calc(100% - 32px));
	max-width: 960px;
	margin: 12px auto 60px;
	padding: 26px 28px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	color: #313131;
}

.offme-home-subtitle {
	margin: 2px 0 0;
	color: #777;
	font-size: 12px;
	line-height: 1.5;
}

.offme-home-summary a {
	display: inline-block;
	margin-left: 0.45em;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.offme-home-more-link {
	display: inline-block;
	margin-top: 12px;
	font-size: 13.5px;
	font-weight: 700;
}

.offme-home-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.offme-home-organizer-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offme-home-feature-stage {
	position: relative;
}

.offme-home-feature-carousel.is-ready .offme-home-feature-grid {
	display: flex;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	cursor: grab;
	user-select: none;
}

.offme-home-feature-carousel.is-ready .offme-home-feature-grid::-webkit-scrollbar {
	display: none;
}

.offme-home-feature-carousel.is-ready .offme-home-feature-slide {
	flex: 0 0 calc((100% - 16px) / 2);
	min-width: 0;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.offme-home-feature-carousel.is-dragging .offme-home-feature-grid {
	cursor: grabbing;
	scroll-behavior: auto;
	scroll-snap-type: none;
}

.offme-home-feature-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0 0 3px;
	transform: translateY(-50%);
	border: 1px solid rgba(16, 19, 43, 0.24);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	color: #10132b;
	cursor: pointer;
	font: inherit;
	font-size: 34px;
	line-height: 1;
	place-items: center;
}

.offme-home-feature-arrow[hidden],
.offme-home-feature-dots[hidden] {
	display: none;
}

.offme-home-feature-arrow:hover,
.offme-home-feature-arrow:focus-visible {
	border-color: #ec6ba2;
	background: #fdf0f6;
	color: #c83576;
}

.offme-home-feature-arrow:focus-visible,
.offme-home-feature-dot:focus-visible {
	outline: 3px solid rgba(236, 107, 162, 0.45);
	outline-offset: 2px;
}

.offme-home-feature-prev {
	left: 8px;
}

.offme-home-feature-next {
	right: 8px;
}

.offme-home-feature-dots {
	display: flex;
	justify-content: center;
	gap: 9px;
	min-height: 11px;
	margin-top: 13px;
}

.offme-home-feature-dot {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 1px solid #a9a9a9;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.offme-home-feature-dot[aria-current="true"] {
	border-color: #ec6ba2;
	background: #ec6ba2;
}


.offme-home-feature-status {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

.offme-home-card-grid a {
	display: block;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	text-decoration: none;
}

.offme-home-card-grid a:hover,
.offme-home-card-grid a:focus-visible {
	border-color: #ec6ba2;
	background: #fdf0f6;
}

.offme-home-card-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #f4f4f4;
	object-fit: contain;
}

.offme-home-organizer-grid .offme-home-card-image {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.offme-home-card-grid strong {
	display: block;
	padding: 11px 13px;
	color: #10132b;
	font-size: 14px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.offme-home-card-grid strong::after {
	float: right;
	color: #ec6ba2;
	content: "→";
}

.offme-home-pill-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.offme-home-pill-links a {
	display: block;
	padding: 6px 15px;
	border: 1px solid #ccc;
	border-radius: 999px;
	background: #fff;
	color: #313131;
	font-size: 13px;
	text-decoration: none;
}

.offme-home-pill-links a:hover,
.offme-home-pill-links a:focus-visible {
	border-color: #ec6ba2;
	background: #fdf0f6;
}

.offme-home-area-links {
	margin-bottom: 10px;
}

.offme-home-empty {
	margin: 0;
	padding: 18px 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #f7f7f7;
	color: #666;
	text-align: center;
}

@media (max-width: 640px) {
	body.offme-new-home .offme-home-main {
		width: 100%;
		margin-top: 0;
		padding: 16px 12px;
		border-radius: 0;
		box-shadow: none;
	}

	.offme-home-card-grid,
	.offme-home-organizer-grid {
		grid-template-columns: 1fr;
	}

	.offme-home-feature-carousel.is-ready .offme-home-feature-slide {
		flex-basis: 100%;
	}

	.offme-home-feature-arrow {
		width: 38px;
		height: 38px;
		font-size: 30px;
	}

	.offme-home-summary a {
		margin: 6px 0 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.offme-home-feature-carousel.is-ready .offme-home-feature-grid {
		scroll-behavior: auto;
	}
}