/* ============================================================
   LIVE SCHEDULE  [pounamu_schedule]
   ============================================================ */

.lt-sched {
	--sched-brand: #104146;
	--sched-brand-dark: #0b2e32;
	--sched-off: #E8F1F1;
	--sched-text: #1a1a1a;
	--sched-muted: #5c5c5c;
	--sched-border: rgba(16, 65, 70, 0.14);
	--sched-gold: #C8A456;

	font-family: "GoogleSansFlex-VariableFont", sans-serif;
	color: var(--sched-text);
}

.lt-sched--error {
	padding: 1.25rem 1.5rem;
	background: var(--sched-off);
	border-radius: 16px;
}

.lt-sched__months {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.lt-sched__month-link {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: var(--sched-off);
	color: var(--sched-brand);
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.lt-sched__month-link:hover {
	background: var(--sched-brand);
	color: #fff;
}

.lt-sched__month {
	scroll-margin-top: 96px;
	margin-bottom: 2.5rem;
}

.lt-sched__month-head {
	margin-bottom: 1rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid var(--sched-border);
}

.lt-sched__month-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--sched-brand);
	letter-spacing: -0.02em;
}

.lt-sched__weekend {
	margin-bottom: 1.5rem;
	background: #fff;
	border: 1px solid var(--sched-border);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(11, 46, 50, 0.06);
}

.lt-sched__weekend-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1.25rem;
	background: var(--sched-off);
}

.lt-sched__weekend-label {
	font-weight: 700;
	color: var(--sched-brand);
	font-size: 1rem;
}

.lt-sched__weekend-count {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--sched-muted);
}

.lt-sched__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lt-sched__row {
	display: grid;
	grid-template-columns: 72px 1fr auto;
	gap: 1rem 1.25rem;
	align-items: center;
	padding: 1.15rem 1.25rem;
	border-top: 1px solid var(--sched-border);
}

.lt-sched__row--sold-out {
	opacity: 0.55;
}

.lt-sched__row--sold-out .lt-sched__date {
	background: #ececec;
}

.lt-sched__row--sold-out .lt-sched__daynum,
.lt-sched__row--sold-out .lt-sched__dow,
.lt-sched__row--sold-out .lt-sched__mon {
	color: #6b6b6b;
}

.lt-sched a.lt-sched__btn--sold,
.lt-sched span.lt-sched__btn--sold {
	background: #e8e8e8 !important;
	border-color: #e0e0e0 !important;
	color: #7a7a7a !important;
	cursor: not-allowed;
	opacity: 1;
}

.lt-sched__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
	padding: 0.55rem 0.35rem;
	background: #E8FBF2;
	border-radius: 12px;
	min-height: 68px;
}

.lt-sched__daynum {
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1;
	color: #111;
}

.lt-sched__daymeta {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.15;
}

.lt-sched__dow,
.lt-sched__mon {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #2C8561;
}

.lt-sched__info {
	min-width: 0;
}

.lt-sched__title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
	margin-bottom: 0.25rem;
}

.lt-sched__service {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--sched-text);
}

.lt-sched__pill {
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.lt-sched__pill--few_left {
	background: #FFF1D6;
	color: #8A5A00;
}

.lt-sched__pill--selling_fast {
	background: #FFE4D6;
	color: #9A3412;
}

.lt-sched__pill--sold_out {
	background: #e5e5e5;
	color: #666;
}

.lt-sched__route {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.45rem;
	margin-bottom: 0.15rem;
}

.lt-sched__code {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.lt-sched__arrow {
	color: var(--sched-muted);
}

.lt-sched__times {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--sched-muted);
}

.lt-sched__stations {
	font-size: 0.82rem;
	color: var(--sched-muted);
}

.lt-sched__fulldate {
	white-space: nowrap;
}

.lt-sched__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.45rem;
	min-width: 200px;
}

/* Beat Elementor / theme `a { color: brand }` so button text stays readable */
.lt-sched a.lt-sched__btn,
.lt-sched span.lt-sched__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 2.5rem;
	padding: 0 0.9rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none !important;
	text-align: center;
	line-height: 1;
	letter-spacing: 0;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	border: 1px solid transparent;
	box-shadow: none;
}

.lt-sched a.lt-sched__btn--ticket,
.lt-sched a.lt-sched__btn--ticket:visited {
	background: var(--sched-brand) !important;
	border-color: var(--sched-brand) !important;
	color: #fff !important;
}

.lt-sched a.lt-sched__btn--ticket:hover,
.lt-sched a.lt-sched__btn--ticket:focus {
	background: var(--sched-brand-dark) !important;
	border-color: var(--sched-brand-dark) !important;
	color: #fff !important;
}

.lt-sched a.lt-sched__btn--package,
.lt-sched a.lt-sched__btn--package:visited {
	background: #C8A456 !important;
	border-color: #C8A456 !important;
	color: #fff !important;
}

.lt-sched a.lt-sched__btn--package:hover,
.lt-sched a.lt-sched__btn--package:focus {
	background: #b8943f !important;
	border-color: #b8943f !important;
	color: #fff !important;
}

.lt-sched a.lt-sched__btn--tour,
.lt-sched a.lt-sched__btn--tour:visited {
	background: var(--sched-brand-dark) !important;
	border-color: var(--sched-brand-dark) !important;
	color: #fff !important;
}

.lt-sched a.lt-sched__btn--tour:hover,
.lt-sched a.lt-sched__btn--tour:focus {
	background: #071f22 !important;
	border-color: #071f22 !important;
	color: #fff !important;
}

.lt-sched a.lt-sched__btn--ghost,
.lt-sched a.lt-sched__btn--ghost:visited {
	background: #fff !important;
	border-color: rgba(16, 65, 70, 0.28) !important;
	color: var(--sched-brand) !important;
}

.lt-sched a.lt-sched__btn--ghost:hover,
.lt-sched a.lt-sched__btn--ghost:focus {
	background: var(--sched-off) !important;
	border-color: var(--sched-brand) !important;
	color: var(--sched-brand) !important;
}

.lt-sched span.lt-sched__btn--disabled {
	background: #e5e5e5 !important;
	border-color: #e5e5e5 !important;
	color: #6b6b6b !important;
	cursor: not-allowed;
}

.lt-sched a.lt-sched__choose,
.lt-sched a.lt-sched__choose:visited {
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--sched-muted) !important;
	text-align: center;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

.lt-sched a.lt-sched__choose:hover,
.lt-sched a.lt-sched__choose:focus {
	color: var(--sched-brand) !important;
}

.lt-sched a.lt-sched__month-link,
.lt-sched a.lt-sched__month-link:visited {
	color: var(--sched-brand) !important;
}

.lt-sched a.lt-sched__month-link:hover,
.lt-sched a.lt-sched__month-link:focus {
	background: var(--sched-brand);
	color: #fff !important;
}

@media (max-width: 900px) {
	.lt-sched__row {
		grid-template-columns: 64px 1fr;
	}

	.lt-sched__actions {
		grid-column: 1 / -1;
		flex-direction: row;
		flex-wrap: wrap;
		min-width: 0;
	}

	.lt-sched__btn {
		flex: 1 1 160px;
	}

	.lt-sched__choose {
		flex: 1 1 100%;
	}
}

@media (max-width: 560px) {
	.lt-sched__row {
		grid-template-columns: 56px 1fr;
		padding: 1rem 0.95rem;
		gap: 0.75rem;
	}

	.lt-sched__actions {
		flex-direction: column;
	}

	.lt-sched__btn {
		flex: 1 1 auto;
	}

	.lt-sched__weekend-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.25rem;
	}
}
