@charset "UTF-8";

/*
 * 2026-07-28 desktop frame trial
 * Scope: standard (orange/green) joseikin pages on wide desktop screens only.
 * Rollback: remove the acu-desktop-frame.css link from header.php.
 */
@media screen and (min-width: 1100px) {
	body:not(.green):not(.lightblue) {
		background-color: #edf4ed;
		background-image: linear-gradient(
			90deg,
			#eaf2ea 0%,
			#f4f7f3 calc(50% - 500px),
			#ffffff calc(50% - 480px),
			#ffffff calc(50% + 480px),
			#f4f7f3 calc(50% + 500px),
			#eaf2ea 100%
		);
		background-attachment: fixed;
	}

	body:not(.green):not(.lightblue) #header_wrapper {
		box-shadow: 0 2px 12px rgba(35, 76, 49, 0.07);
	}

	body:not(.green):not(.lightblue) section.mainimage {
		background-color: #f7f7f8;
		background-image: linear-gradient(
			90deg,
			#eaf2ea 0%,
			#f4f7f3 calc(50% - 500px),
			#f7f7f8 calc(50% - 480px),
			#f7f7f8 calc(50% + 480px),
			#f4f7f3 calc(50% + 500px),
			#eaf2ea 100%
		);
	}

	body:not(.green):not(.lightblue) section#main {
		box-sizing: border-box;
		background: #ffffff;
		box-shadow: 0 0 24px rgba(35, 76, 49, 0.08);
	}
}
