.litwoo-hero {
	position: relative;
	z-index: 4;
	padding: 28px 0 12px;
	overflow: visible;
}

.litwoo-hero-kicker {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-bottom: 22px;
}

.litwoo-hero-kicker-left,
.litwoo-hero-live {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.litwoo-hero-kicker-left {
	color: #e25b3c;
}

.litwoo-hero-kicker-left i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e25b3c;
	flex-shrink: 0;
}

.litwoo-hero-live {
	color: #9a94b0;
	letter-spacing: 0.14em;
}

.litwoo-hero-live i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3ee0a2;
	box-shadow: 0 0 0 4px rgba(62, 224, 162, 0.18);
	flex-shrink: 0;
}

.litwoo-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
	gap: 36px;
	align-items: start;
}

.litwoo-hero h1 {
	font-family: var(--litwoo-sans);
	font-size: clamp(32px, 3.9vw, 50px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.05;
	max-width: none;
	margin-bottom: 16px;
	color: #16122c;
	overflow-wrap: break-word;
}

.litwoo-hero-grad {
	background: linear-gradient(90deg, #6d4dff 0%, #c44ae8 48%, #f0784a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	white-space: nowrap;
}

.litwoo-hero .litwoo-lead {
	margin: 0 0 28px;
	max-width: min(46ch, 100%);
	font-size: 16px;
	line-height: 1.55;
}

.litwoo-hero-copy,
.litwoo-hero-cards,
.litwoo-search {
	min-width: 0;
}

.litwoo-search {
	position: relative;
	background: #fff;
	border-radius: 32px;
	padding: 18px 18px 16px;
	box-shadow: var(--litwoo-shadow);
}

.litwoo-search-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
	margin-bottom: 16px;
	padding: 5px;
	background: #f3f0fa;
	border-radius: 999px;
}

.litwoo-search-tabs button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	background: transparent;
	padding: 10px 8px;
	border-radius: 999px;
	color: #8b86a0;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	white-space: nowrap;
	min-width: 0;
}

.litwoo-search-tabs button.is-active {
	background: #fff;
	color: var(--litwoo-purple);
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(47, 28, 92, 0.08);
}

.litwoo-search-ico {
	display: grid;
	place-items: center;
	color: currentColor;
}

.litwoo-search-body {
	display: grid;
	grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
}

.litwoo-search-cal,
.litwoo-search-col,
.litwoo-search-side {
	min-width: 0;
}

.litwoo-search-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px 16px 14px;
	border-radius: 24px;
	background: #f4f1fb;
}

.litwoo-search-pane {
	padding: 6px 2px 4px;
}

.litwoo-pane-kicker {
	margin: 0 0 12px;
	color: #9a94b0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.litwoo-hub-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	position: relative;
}

.litwoo-select {
	position: relative;
	flex: 1;
	min-width: 0;
}

.litwoo-select-native {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.litwoo-select-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--litwoo-ink);
	font: inherit;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: left;
	cursor: pointer;
}

.litwoo-select-toggle [data-select-label] {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.litwoo-select-ico {
	display: grid;
	place-items: center;
	color: #7c7793;
	flex-shrink: 0;
}

.litwoo-select-chevron {
	flex-shrink: 0;
	color: #9a94b0;
	transition: transform 0.15s ease;
}

.litwoo-select.is-open .litwoo-select-chevron {
	transform: rotate(180deg);
}

.litwoo-select-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	z-index: 40;
	padding: 8px;
	border: 1px solid #ece8f5;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(47, 28, 92, 0.16);
}

.litwoo-select-menu[hidden] {
	display: none;
}

.litwoo-select-menu [data-value] {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 12px;
	padding: 10px 12px;
	background: transparent;
	color: var(--litwoo-ink);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: left;
	cursor: pointer;
}

.litwoo-select-menu [data-value]:hover,
.litwoo-select-menu [data-value]:focus-visible {
	background: #f3f0fa;
	outline: none;
}

.litwoo-select-menu [data-value].is-active {
	background: #efeaff;
	color: var(--litwoo-purple);
}

.litwoo-select-menu::-webkit-scrollbar {
	width: 8px;
}

.litwoo-select-menu::-webkit-scrollbar-thumb {
	background: #ddd6f3;
	border-radius: 999px;
}

.litwoo-select-hub {
	border-radius: 999px;
	background: #f3f0fa;
}

.litwoo-select-hub .litwoo-select-toggle {
	padding: 12px 16px;
	font-size: 16px;
}

.litwoo-select-hub .litwoo-select-menu {
	left: 8px;
	right: 8px;
}

.litwoo-select-plain .litwoo-select-toggle {
	font-size: 22px;
	letter-spacing: -0.03em;
}

.litwoo-search:has(.litwoo-select.is-open),
.litwoo-select.is-open {
	z-index: 20;
	overflow: visible;
}

.litwoo-hero:has(.litwoo-select.is-open) {
	z-index: 8;
}

.litwoo-collections-section {
	position: relative;
	z-index: 1;
}

.litwoo-hero-copy {
	position: relative;
	z-index: 3;
}

.litwoo-hub-submit {
	white-space: nowrap;
	padding: 13px 22px;
	box-shadow: none;
}

.litwoo-vibe-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.litwoo-vibe-pills button {
	border: 0;
	border-radius: 999px;
	padding: 10px 16px;
	background: #f3f0fa;
	color: #3d3854;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.litwoo-vibe-pills button.is-active {
	background: var(--litwoo-purple);
	color: #fff;
}

.litwoo-search[data-mode="location"] .litwoo-search-body,
.litwoo-search[data-mode="vibe"] .litwoo-search-body,
.litwoo-search[data-mode="date"] [data-pane="location"],
.litwoo-search[data-mode="date"] [data-pane="vibe"],
.litwoo-search[data-mode="location"] [data-pane="vibe"],
.litwoo-search[data-mode="vibe"] [data-pane="location"] {
	display: none;
}

.litwoo-mini-cal {
	padding: 6px 4px 0 2px;
}

.litwoo-field-block {
	background: #f7f5fc;
	border-radius: 22px;
	padding: 16px;
	overflow: hidden;
}

.litwoo-mini-cal-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.litwoo-mini-cal-head strong {
	font-size: 16px;
	letter-spacing: -0.03em;
}

.litwoo-mini-cal-nav {
	display: flex;
	gap: 4px;
	margin-left: auto;
}

.litwoo-mini-cal-nav button {
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 50%;
	background: #f3f0fa;
	cursor: pointer;
	color: #8b86a0;
	font-size: 16px;
	line-height: 1;
}

.litwoo-timeline-cal .litwoo-mini-cal-nav button {
	width: 36px;
	height: 36px;
	background: #fff;
	border: 1px solid #ece8f5;
	color: #8b86a0;
	font-size: 18px;
	line-height: 1;
}

.litwoo-mini-cal-week,
.litwoo-mini-cal-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 4px;
	text-align: center;
}

.litwoo-mini-cal-week {
	color: #b0abc2;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 6px;
}

.litwoo-mini-cal-grid button {
	width: 100%;
	aspect-ratio: 1;
	border: 0;
	background: transparent;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: var(--litwoo-ink);
	cursor: pointer;
}

.litwoo-mini-cal-grid button.is-muted {
	color: #c9c4d8;
}

.litwoo-mini-cal-grid button.is-selected {
	background: var(--litwoo-purple);
	color: #fff;
}

.litwoo-mini-cal-grid button.is-selected.is-range-end {
	background: #c4b6ff;
	color: #fff;
}

.litwoo-cal-note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 12px 0 0;
	font-size: 12px;
	font-weight: 700;
	color: var(--litwoo-ink);
}

.litwoo-cal-note[hidden] {
	display: none;
}

.litwoo-cal-note i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--litwoo-purple);
	flex-shrink: 0;
}

.litwoo-radius-block {
	display: block;
}

.litwoo-radius-kicker {
	display: block;
	margin-bottom: 8px;
	color: #9a94b0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.litwoo-radius-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.litwoo-radius-ico {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: #ece7f8;
	color: #7c7793;
	flex-shrink: 0;
}

.litwoo-radius-copy,
.litwoo-daily-hint {
	display: block;
	margin: 12px 0 0;
	color: var(--litwoo-muted);
	font-size: 13px;
	line-height: 1.45;
}

.litwoo-search-submit {
	width: 100%;
	margin-top: auto;
}

.litwoo-btn-gradient {
	background: linear-gradient(90deg, #6b4dff 0%, #c44ae0 52%, #f06a4a 100%);
	color: #fff;
	box-shadow: 0 12px 28px rgba(109, 77, 255, 0.22);
}

.litwoo-btn-gradient:hover {
	background: linear-gradient(90deg, #5d3ff2 0%, #b83fd4 52%, #e85c3c 100%);
}

.litwoo-hero-cards {
	display: grid;
	gap: 16px;
}

.litwoo-feature-card {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	background: #fff;
	color: var(--litwoo-ink);
	box-shadow: var(--litwoo-shadow);
}

.litwoo-feature-card-lg {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 12px 12px 14px;
}

.litwoo-feature-media {
	position: relative;
	overflow: hidden;
	min-height: 248px;
	aspect-ratio: 16 / 10.1;
	border-radius: 22px;
	background: #1b1433 center / cover no-repeat;
	color: #fff;
}

.litwoo-feature-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.litwoo-feature-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(12, 8, 28, 0.08) 28%, rgba(12, 8, 28, 0.82) 100%);
}

.litwoo-feature-media-top,
.litwoo-feature-media-body {
	position: absolute;
	z-index: 1;
	left: 16px;
	right: 16px;
}

.litwoo-feature-media-top {
	top: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.litwoo-feature-media-body {
	bottom: 16px;
}

.litwoo-feature-when {
	color: rgba(255, 255, 255, 0.92);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.litwoo-feature-cat {
	margin: 0 0 6px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.litwoo-feature-title-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.litwoo-feature-card-lg h2,
.litwoo-feature-card-sm h3 {
	font-family: var(--litwoo-sans);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0;
}

.litwoo-feature-card-lg h2 {
	font-size: 22px;
	color: #fff;
	max-width: 16ch;
}

.litwoo-feature-card p {
	margin: 0;
}

.litwoo-chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(8px);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.litwoo-chip-hot {
	background: #f07a4a;
	backdrop-filter: none;
}

.litwoo-price-pill {
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(10px);
	border-radius: 14px;
	padding: 8px 12px;
	color: #fff;
	font-weight: 800;
	white-space: nowrap;
}

.litwoo-feature-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 2px 8px 2px 10px;
}

.litwoo-feature-venue {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: var(--litwoo-muted);
	font-size: 13px;
	font-weight: 600;
}

.litwoo-feature-venue span:last-child {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.litwoo-pin {
	width: 10px;
	height: 10px;
	border: 1.7px solid currentColor;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	flex-shrink: 0;
}

.litwoo-feature-left {
	color: #e25b3c;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.litwoo-feature-card-sm {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 14px 16px 14px 14px;
}

.litwoo-feature-card-sm img,
.litwoo-feature-thumb-fallback {
	width: 118px;
	height: 118px;
	border-radius: 18px;
	object-fit: cover;
	background: #ece7f6;
}

.litwoo-feature-card-sm .litwoo-feature-card-body {
	min-width: 0;
	padding: 2px 4px 2px 0;
}

.litwoo-feature-card-sm h3 {
	font-size: 17px;
	margin: 0 0 4px;
}

.litwoo-feature-kicker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0 0 6px;
	color: var(--litwoo-muted);
	font-size: 12px;
	font-weight: 700;
}

.litwoo-feature-kicker span {
	color: var(--litwoo-purple);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.litwoo-feature-kicker i {
	font-style: normal;
	color: #c9c4d8;
}

.litwoo-feature-sub {
	margin: 0 0 10px;
	color: var(--litwoo-muted);
	font-size: 13px;
}

.litwoo-feature-sm-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.litwoo-price-text {
	color: var(--litwoo-purple);
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.litwoo-reserve {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border: 1px solid #ece8f5;
	border-radius: 999px;
	background: #fff;
	color: var(--litwoo-ink);
	font-size: 13px;
	font-weight: 700;
}

.litwoo-section {
	padding: 56px 0;
}

.litwoo-section-soft {
	background: #efeaf8;
	border-radius: 36px;
	margin: 10px 20px;
	padding: 56px 0;
}

.litwoo-section-head {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: end;
	margin-bottom: 28px;
}

.litwoo-collections-head {
	align-items: center;
	margin-bottom: 32px;
}

.litwoo-collections-head h2 {
	font-family: var(--litwoo-sans);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.litwoo-collections-head .litwoo-section-aside {
	max-width: 42ch;
	line-height: 1.55;
}

.litwoo-section-head h2,
.litwoo-page h1 {
	font-size: clamp(32px, 4vw, 48px);
}

.litwoo-section-aside {
	max-width: 34ch;
	color: var(--litwoo-muted);
	margin: 0;
	font-size: 14px;
}

.litwoo-collections {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.litwoo-collection-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 22px 14px 20px;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(47, 28, 92, 0.06);
}

.litwoo-collection-photo {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	margin-bottom: 14px;
	overflow: hidden;
	border-radius: 50%;
	background: #f4f0ff;
	color: var(--litwoo-purple);
}

.litwoo-collection-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.litwoo-collection-fallback {
	display: grid;
	place-items: center;
}

.litwoo-collection-card strong {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.litwoo-collection-card small {
	color: var(--litwoo-muted);
	font-size: 13px;
	font-weight: 500;
}

.litwoo-eyebrow-icon {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.litwoo-eyebrow-icon svg {
	display: block;
	flex-shrink: 0;
}

.litwoo-eyebrow-orange {
	color: #e25b3c;
}

.litwoo-trending {
	background: transparent;
}

.litwoo-trending-head {
	align-items: center;
}

.litwoo-density-key {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	color: var(--litwoo-muted);
	font-size: 13px;
	font-weight: 600;
}

.litwoo-density-key span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.litwoo-density {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: transparent;
	flex-shrink: 0;
}

.litwoo-density.is-low {
	background: #d4c8ff;
}

.litwoo-density.is-mid {
	background: #7b5cff;
}

.litwoo-density.is-high {
	background: #e85a3a;
}

.litwoo-timeline-section {
	padding: 24px 0 56px;
}

.litwoo-timeline-shell {
	background: #efeaf8;
	border-radius: 40px;
	padding: 36px 40px 40px;
}

.litwoo-timeline-head {
	align-items: center;
	margin-bottom: 24px;
}

.litwoo-timeline-head > div:first-child {
	min-width: 0;
	flex: 1 1 auto;
}

.litwoo-timeline-head .litwoo-density-key {
	flex: 0 1 auto;
}

.litwoo-timeline {
	display: grid;
	grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
	gap: 22px;
	align-items: start;
}

.litwoo-timeline-cal {
	min-width: 0;
	background: #fff;
	border-radius: 32px;
	padding: 26px 28px 20px;
	box-shadow: 0 10px 32px rgba(47, 28, 92, 0.05);
}

.litwoo-timeline-cal-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 18px;
}

.litwoo-timeline-cal-head strong {
	display: block;
	font-size: 26px;
	letter-spacing: -0.03em;
}

.litwoo-timeline-tracked {
	margin: 4px 0 0;
	color: var(--litwoo-muted);
	font-size: 13px;
}

.litwoo-timeline-week,
.litwoo-timeline-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px 6px;
	width: 100%;
	text-align: center;
}

.litwoo-timeline-week {
	margin-bottom: 10px;
	color: #b0abc2;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.litwoo-timeline-week span {
	min-width: 0;
	overflow: hidden;
	text-overflow: clip;
}

.litwoo-timeline-day {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	width: 100%;
	min-width: 0;
	min-height: 46px;
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	color: var(--litwoo-ink);
	cursor: pointer;
}

.litwoo-timeline-num {
	display: grid;
	place-items: center;
	width: min(34px, 100%);
	aspect-ratio: 1;
	height: auto;
	border-radius: 50%;
	font-size: 11px;
	line-height: 1;
}

.litwoo-timeline-day.is-muted {
	color: #c9c4d8;
}

.litwoo-timeline-day.is-muted .litwoo-density {
	opacity: 0.45;
}

.litwoo-timeline-day.is-selected {
	color: var(--litwoo-ink);
	background: transparent;
	box-shadow: none;
}

.litwoo-timeline-day.is-selected .litwoo-timeline-num {
	background: var(--litwoo-purple);
	color: #fff;
	box-shadow: 0 10px 20px rgba(109, 77, 255, 0.28);
}

.litwoo-timeline-day.is-next:not(.is-selected) .litwoo-timeline-num {
	background: #ece6ff;
	color: var(--litwoo-ink);
}

.litwoo-timeline-day.is-selected .litwoo-density {
	display: none;
}

.litwoo-timeline-cal .litwoo-mini-cal-nav button {
	width: 36px;
	height: 36px;
	background: #fff;
	border: 1px solid #ece8f5;
	color: #8b86a0;
	font-size: 18px;
	line-height: 1;
}

.litwoo-timeline-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #f0ecf8;
}

.litwoo-timeline-foot p {
	margin: 0;
	min-width: 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--litwoo-ink);
}

.litwoo-picks {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #e9fbf3;
	color: #147a55;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.litwoo-timeline-list {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.litwoo-timeline-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	background: #fff;
	border-radius: 24px;
	padding: 14px 16px;
	box-shadow: 0 10px 30px rgba(47, 28, 92, 0.06);
}

.litwoo-timeline-item img,
.litwoo-timeline-thumb-fallback {
	width: 72px;
	height: 72px;
	border-radius: 16px;
	object-fit: cover;
	background: #ece7f6;
}

.litwoo-timeline-copy {
	min-width: 0;
}

.litwoo-timeline-copy h3 {
	font-family: var(--litwoo-sans);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.25;
	margin: 0 0 4px;
}

.litwoo-timeline-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
}

.litwoo-timeline-hours {
	color: #e25b3c;
}

.litwoo-timeline-venue {
	color: var(--litwoo-muted);
	font-weight: 600;
}

.litwoo-timeline-venue::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 6px;
	border: 1.6px solid currentColor;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	vertical-align: 1px;
}

.litwoo-timeline-excerpt {
	margin: 0;
	color: var(--litwoo-muted);
	font-size: 13px;
	line-height: 1.4;
}

.litwoo-timeline-price {
	display: grid;
	justify-items: end;
	gap: 8px;
	flex-shrink: 0;
}

.litwoo-timeline-price strong,
.litwoo-timeline-price .woocommerce-Price-amount {
	font-size: 24px;
	font-weight: 800;
	color: var(--litwoo-purple);
	line-height: 1;
}

.litwoo-timeline-price span {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f3eeff;
	color: var(--litwoo-purple);
	font-size: 12px;
	font-weight: 800;
}

.litwoo-carousel-nav {
	display: flex;
	gap: 10px;
}

.litwoo-carousel-nav button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #e6e1ef;
	border-radius: 50%;
	background: #fff;
	color: #1f1a33;
	cursor: pointer;
	box-shadow: none;
}

.litwoo-carousel-nav button:hover {
	background: #fff;
	border-color: #d4cce3;
}

.litwoo-trend-track {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	background: none;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.litwoo-trend-track-wrap {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.litwoo-trend-card {
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(47, 28, 92, 0.06);
}

.litwoo-trend-media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 11;
	background: transparent;
}

.litwoo-trend-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.litwoo-date-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #fff;
	border-radius: 12px;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 800;
}

.litwoo-trend-body {
	padding: 18px 20px 20px;
}

.litwoo-cat {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--litwoo-purple);
	font-size: 12px;
	font-weight: 800;
}

.litwoo-trend-body h3 {
	font-size: 24px;
	margin-bottom: 8px;
}

.litwoo-trend-body p {
	margin: 0;
	color: var(--litwoo-muted);
	font-size: 13px;
}

.litwoo-meter {
	height: 6px;
	margin: 14px 0 8px;
	background: #efeaf8;
	border-radius: 999px;
	overflow: hidden;
}

.litwoo-meter span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--litwoo-purple), var(--litwoo-pink));
	border-radius: 999px;
}

.litwoo-meter-label {
	font-size: 12px !important;
}

.litwoo-trend-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
}

.litwoo-trend-foot strong .woocommerce-Price-amount,
.litwoo-trend-foot strong {
	font-size: 22px;
	color: var(--litwoo-ink);
}

.litwoo-newsletter {
	padding: 20px 0 72px;
}

.litwoo-drop {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 48px;
	align-items: center;
	padding: 52px 56px;
	border-radius: 48px;
	color: #fff;
	background:
		radial-gradient(120% 90% at 100% 100%, rgba(255, 122, 92, 0.95) 0%, rgba(232, 74, 140, 0.2) 38%, transparent 58%),
		radial-gradient(80% 70% at 0% 40%, #3d1ad4 0%, transparent 62%),
		linear-gradient(115deg, #4a22d6 0%, #6b2de8 32%, #b13ae4 62%, #e85aa0 82%, #f07862 100%);
	box-shadow: 0 28px 64px rgba(74, 34, 214, 0.28);
}

.litwoo-drop-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	padding: 7px 12px 7px 10px;
	border-radius: 999px;
	background: rgba(20, 10, 50, 0.28);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.litwoo-drop-kicker svg {
	color: #7ee7c4;
}

.litwoo-drop h2 {
	font-family: var(--litwoo-sans);
	font-size: clamp(32px, 3.6vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
	max-width: 16ch;
	margin: 0 0 16px;
}

.litwoo-drop-copy p:not(.litwoo-drop-kicker) {
	margin: 0;
	max-width: 46ch;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.55;
}

.litwoo-drop-form {
	display: grid;
	gap: 14px;
	padding: 22px 20px 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(16px);
}

.litwoo-drop-cities {
	margin: 0;
	padding: 0;
	border: 0;
}

.litwoo-drop-cities legend {
	margin-bottom: 12px;
	padding: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.litwoo-drop-city-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.litwoo-drop-city-pills label {
	cursor: pointer;
}

.litwoo-drop-city-pills input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.litwoo-drop-city-pills span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	padding: 9px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.litwoo-drop-city-pills input:checked + span,
.litwoo-drop-city-pills input:focus-visible + span {
	background: #fff;
	color: #6d4dff;
}

.litwoo-drop-email input {
	width: 100%;
	border: 0;
	border-radius: 999px;
	padding: 14px 18px;
	background: #fff;
	color: var(--litwoo-ink);
	font-size: 14px;
}

.litwoo-drop-email input::placeholder {
	color: #9a94b0;
}

.litwoo-drop-submit {
	width: 100%;
	padding: 13px 18px;
	background: #3ee0a6;
	color: #083226;
	box-shadow: none;
}

.litwoo-drop-submit:hover {
	background: #4aebaf;
}

.litwoo-drop-note {
	margin: 2px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	line-height: 1.45;
	text-align: left;
}

.litwoo-drop-success {
	margin: 0;
	font-weight: 700;
}

@media (max-width: 1100px) {
	.litwoo-hero-grid,
	.litwoo-timeline,
	.litwoo-drop,
	.litwoo-search-body {
		grid-template-columns: minmax(0, 1fr);
	}

	.litwoo-section-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.litwoo-timeline-head {
		align-items: flex-start;
	}

	.litwoo-timeline-head .litwoo-density-key {
		width: 100%;
		gap: 10px 16px;
	}

	.litwoo-timeline-shell {
		padding: 24px 18px 22px;
		border-radius: 28px;
	}

	.litwoo-timeline-cal {
		padding: 22px 16px 18px;
		border-radius: 28px;
	}

	.litwoo-timeline-week,
	.litwoo-timeline-grid {
		gap: 10px 4px;
	}

	.litwoo-timeline-cal-head strong {
		font-size: 22px;
	}

	.litwoo-timeline-day.is-selected .litwoo-timeline-num {
		box-shadow: 0 6px 14px rgba(109, 77, 255, 0.24);
	}

	.litwoo-trend-track {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 8px;
	}

	.litwoo-trend-card {
		min-width: min(320px, 86vw);
		scroll-snap-align: start;
	}

	.litwoo-hero-kicker {
		flex-wrap: wrap;
	}

	.litwoo-hero h1 {
		max-width: none;
	}

	.litwoo-search-body {
		grid-template-columns: 1fr;
	}

	.litwoo-collections {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.litwoo-section-soft {
		margin: 0;
		border-radius: 0;
	}
}

@media (max-width: 720px) {
	.litwoo-hero-kicker {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.litwoo-timeline-head h2 {
		font-size: clamp(28px, 8vw, 36px);
	}

	.litwoo-density-key {
		font-size: 12px;
		gap: 8px 12px;
	}

	.litwoo-search {
		overflow: visible;
		padding: 14px 12px 12px;
	}

	.litwoo-search-tabs {
		gap: 2px;
		padding: 4px;
	}

	.litwoo-search-tabs button {
		font-size: 11px;
		padding: 8px 2px;
		gap: 3px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.litwoo-search-ico svg {
		width: 14px;
		height: 14px;
	}

	.litwoo-mini-cal-grid button {
		font-size: 12px;
	}

	.litwoo-search-body,
	.litwoo-hub-row,
	.litwoo-feature-card-sm {
		grid-template-columns: minmax(0, 1fr);
	}

	.litwoo-collections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.litwoo-hub-submit {
		width: 100%;
	}

	.litwoo-timeline-cal {
		padding: 18px 12px 16px;
	}

	.litwoo-timeline-week {
		font-size: 10px;
		letter-spacing: 0.04em;
	}

	.litwoo-timeline-week,
	.litwoo-timeline-grid {
		gap: 8px 2px;
	}

	.litwoo-timeline-day {
		min-height: 40px;
		gap: 3px;
	}

	.litwoo-timeline-num {
		width: min(30px, 100%);
		font-size: 10px;
	}

	.litwoo-timeline-foot {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.litwoo-timeline-item {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 10px 12px;
		align-items: start;
		padding: 14px;
	}

	.litwoo-timeline-item img,
	.litwoo-timeline-thumb-fallback {
		width: 64px;
		height: 64px;
		border-radius: 14px;
	}

	.litwoo-timeline-meta {
		gap: 6px;
		margin-bottom: 4px;
		font-size: 11px;
	}

	.litwoo-timeline-copy h3 {
		font-size: 15px;
		margin-bottom: 2px;
	}

	.litwoo-timeline-excerpt {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 12px;
	}

	.litwoo-timeline-price {
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		margin-top: 2px;
		padding-top: 12px;
		border-top: 1px solid #f0ecf8;
	}

	.litwoo-timeline-price strong,
	.litwoo-timeline-price .woocommerce-Price-amount {
		font-size: 18px;
	}

	.litwoo-feature-card-sm img,
	.litwoo-feature-thumb-fallback {
		width: 100%;
		height: 160px;
	}

	.litwoo-drop {
		padding: 32px 22px;
		border-radius: 32px;
		gap: 28px;
	}

	.litwoo-drop h2 {
		max-width: none;
	}
}
