@media (max-width: 800px) {
	.site-header {
		padding: 11px 16px;
	}

	.site-logo-text {
		font-size: 20px;
	}

	.construction-tape {
		width: 125%;
		height: 58px;
		margin-left: -12.5%;
	}

	.construction-tape-text span {
		margin-right: 35px;
		font-size: 12px;
	}

	.build-hero {
		min-height: 940px;
		padding: 90px 15px 115px;
	}

	.build-hero::before {
		inset: 35px 15px 75px;
	}

	.build-title {
		font-size: clamp(55px, 20vw, 90px) !important;
		letter-spacing: -4px;
	}

	.build-title span {
		letter-spacing: 7px;
	}

	.build-title strong {
		padding: 13px 15px 17px;
		border-width: 5px;
		box-shadow: 8px 8px 0 var(--build-black);
	}

	.build-workers {
		gap: 10px;
		margin-top: 50px;
	}

	.build-worker {
		width: calc(50% - 5px);
	}

	.worker-character {
		width: 130px;
		height: 165px;
		transform: scale(0.83);
		transform-origin: bottom center;
	}

	.worker-comment {
		padding: 10px 7px;
		font-size: 11px;
	}

	.worker-status {
		right: 0;
		font-size: 9px;
	}

	.hero-board {
		grid-template-columns: 1fr;
		width: calc(100% - 50px);
	}

	.hero-board-item {
		padding: 18px;
	}

	.hero-warning {
		left: 25px;
		bottom: 80px;
		max-width: 70%;
		font-size: 11px;
	}

	.build-hero::after {
		right: 20px;
		bottom: 56px;
		font-size: 14px;
	}

	.build-section {
		width: calc(100% - 30px);
		margin-top: 85px !important;
		padding: 55px 20px 40px;
		box-shadow: 8px 8px 0 var(--build-black);
	}

	.build-grid {
		grid-template-columns: 1fr;
	}

	.build-panel {
		min-height: 230px;
	}

	.calendar-frame {
		padding: 12px;
	}

	.calendar-frame iframe {
		height: 430px;
	}

	.weekend-calendar {
		margin-inline: -8px;
		padding: 22px 15px;
	}

	.weekend-calendar__header {
		grid-template-columns: 40px 1fr 40px;
		gap: 8px;
		padding: 14px 8px;
	}

	.weekend-calendar__nav {
		width: 38px;
		height: 38px;
		border-width: 3px;
		font-size: 29px;
	}

	.weekend-calendar__header small {
		font-size: 8px;
	}

	.weekend-calendar__next {
		flex-direction: column;
		gap: 6px;
	}

	.weekend-calendar__weekends,
	.weekday-expeditions__list {
		grid-template-columns: 1fr;
	}

	.weekend-day {
		grid-template-columns: 80px 1fr;
	}

	.weekend-day__date strong {
		font-size: 39px;
	}

	.weekday-expeditions {
		padding: 13px;
	}

	.warehouse-box {
		padding: 48px 20px 30px;
	}

	.warehouse-title {
		font-size: 25px;
	}

	.chat-web {
		padding-right: 7%;
	}

	.chat-tencho {
		padding-left: 7%;
	}

	.chat-bubble {
		max-width: 94%;
		font-size: 15px;
	}

	.build-chat-entry {
		padding: 50px 18px 25px;
	}

	.single-build-card {
		padding: 30px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
